A Manifest V3 research companion for deshimula.com. It decodes confirmed company names and opens one focused panel with company insights, reported pay and roles, workplace stories, and cited answers.
- The extension discovers company identities and renders research beside Deshi Mula.
- The b4join API supplies company records, stories, jobs, salary evidence, work-setup signals, and generated answers.
- No account, settings page, onboarding flow, API key, or dataset is packaged with the extension.
- The extension uses
https://b4joinacompany.netlify.app/api/v1/extension.
pnpm install
pnpm checkLoad dist/extension/ as an unpacked Chrome extension, then reload any open deshimula.com tabs.
extension/— content script, background API bridge, styles, manifest, and shipped iconssrc/— browser-side contracts and text helperstests/— unit tests for browser-side helpersprototype/— retained static design referencedocs/— current extension/API boundary
See docs/ARCHITECTURE.md, CONTEXT.md, and PRIVACY.md.