feat(capture): add minimal browser extension
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Jobjakt Quick Capture
|
||||
|
||||
The Manifest V3 extension opens the current page or selected link in Jobjakt's existing reviewed import flow. It does not scrape page content, store credentials, or submit an application automatically.
|
||||
|
||||
## Install locally
|
||||
|
||||
1. Open `chrome://extensions` (or the equivalent extensions page in Edge).
|
||||
2. Enable developer mode.
|
||||
3. Choose **Load unpacked** and select this `browser-extension` folder.
|
||||
4. Open a vacancy and click the Jobjakt extension, or use **Save vacancy to Jobjakt** from the page/link context menu.
|
||||
|
||||
The Jobjakt add-job dialog opens with the vacancy URL and runs the same server-side preview, validation, duplicate checking, and user review used by normal URL imports.
|
||||
|
||||
## Test
|
||||
|
||||
```sh
|
||||
node --test browser-extension/tests/*.test.mjs
|
||||
```
|
||||
|
||||
No build or package installation is required. Zip the folder contents for store submission after adding store artwork and completing the browser-store privacy declarations.
|
||||
Reference in New Issue
Block a user