This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Privacy Policy | |
This extension generates cover letters by combining a job description with your resume text and sending them to your configured LLM API. | |
What we store | |
- API base URL, model, API key, and optional resume text are stored locally in chrome.storage.local on your device. | |
- No analytics or tracking. | |
What we send | |
- When you click Generate, the extension sends: job description text and your resume text to the LLM endpoint you configured (e.g., Perplexity/OpenAI‑compatible endpoint). The request is made by the background service worker. |