Job Application Assistant
127.0.0.1:3737.
This policy explains in full what data the extension accesses, where it goes, and how it is stored.
The extension accesses the following data, strictly to provide its core features:
| Data | When accessed | Purpose |
|---|---|---|
| Active tab page content | Only when you click Analyze Current Page | Extract job posting text for AI analysis |
| Resume text or file | Only when you paste or upload it | Match your experience to the job requirements |
| Settings you enter | When you save settings | Remember your provider, model, and proxy URL preferences |
| Proxy token | When you save settings | Authenticate requests to your local proxy server |
All data stays on your machine. The extension makes exactly one type of outbound request: an HTTPS-equivalent call to your local proxy server at http://127.0.0.1:3737 โ a server you install, run, and control.
127.0.0.1 (your loopback address).The extension uses Chrome's built-in storage APIs. No data is written to external databases or file systems.
| Storage | Contents | Lifetime |
|---|---|---|
chrome.storage.local |
Settings (provider, model, proxy URL, temperature), parsed resume analysis, encrypted proxy token ciphertext | Until you clear it via Settings โ Clear Cache, or uninstall the extension |
chrome.storage.session |
AES-256-GCM encryption key for the proxy token, cached job analysis results, background task status | Cleared automatically when the browser closes |
The proxy token you enter is never stored in plaintext. It is encrypted using AES-256-GCM before being written to disk:
chrome.storage.session โ cleared when the browser closes.chrome.storage.local โ unreadable without the session key.This extension has no relationship with any third-party service. We do not integrate any analytics SDK, ad network, crash reporter, or telemetry library.
If your local proxy forwards requests to an AI provider (OpenAI, Anthropic, Google, etc.), that provider's own privacy policy governs how they handle the content you send. You configure this on the proxy side โ the extension is unaware of which provider your proxy uses.
The extension also declares host permission for http://127.0.0.1:3737/* and http://localhost:3737/* to communicate with your local proxy. No other host permissions are requested.
This extension is intended for job seekers and is not directed at children under the age of 13. We do not knowingly collect any information from children.
If this policy changes materially, the updated version will be published at this URL with a new effective date. Continued use of the extension after a policy update constitutes acceptance of the revised policy.
Questions about this privacy policy? Open an issue on the project's GitHub repository or reach out via the Chrome Web Store listing page.