Browser Extension
apps/extension (built with Plasmo) captures a job posting off the page you're already
reading and talks to apps/api directly — the same routes the web app uses. It auto-detects
postings on supported ATS platforms (verified live on Ashby; Greenhouse support exists but is
less thoroughly verified) via a JSON-LD-first extraction path, falling back to
import_url_extract when structured data isn't present.
Local development
pnpm --filter @jobweave/extension dev
Load the unpacked extension from apps/extension/build/ into your browser's extensions page in
developer mode.
Building
pnpm --filter @jobweave/extension build
pnpm --filter @jobweave/extension package