Chrome Extensions & In-browser AI
Chrome MV3 extensions with AI features, shipped to the Web Store.
Chrome/Edge MV3 extensions with LLM features — CRM enrichment on LinkedIn, AI drafts in Gmail, one-click admin actions — with OAuth and per-tenant config.
Problems I solve
- Team wants AI where they work, not another tab
- Copy-paste between the app and internal tools
- Reps miss data because it's one click away
- SaaS product needs a browser surface, not a plugin
What you get
- MV3 extensions with LLM features
- OAuth into your backend, per-tenant config
- Content scripts that overlay real UIs
- Chrome Web Store submission + updates
Use cases
LinkedIn enrichment sidebar
One-click enrich + push to CRM without leaving LinkedIn.
Gmail AI writer
Context-aware replies grounded in CRM + past threads.
Admin-panel copilot
Overlays LLM actions on internal tools — refunds, tagging, notes.
Meeting transcript capture
Captures Google Meet transcripts and files to Notion / CRM.
Examples I've shipped
Sales sidebar extension
Outcome — Reps added 3× more notes per week.
Gmail AI writer
Outcome — Reply time cut 60% on top-100 accounts.
How I work
- 1
Scope
Which pages, which actions, which auth model.
- 2
Build
MV3 extension with content + background scripts.
- 3
Auth + config
OAuth, per-tenant config, secure token storage.
- 4
Ship
Chrome Web Store submission + auto-update.
Deliverables
- Chrome extension in Web Store
- Backend auth + config
- Analytics
- Docs
Benefits
- AI where your team works
- No context switching
- New surface for your SaaS
Frequently asked questions
MV3 restrictions worry me — can complex features still work?+
Yes — I design around MV3 constraints (service workers, no eval) from day one so nothing breaks on Chrome updates.