Last active
October 12, 2025 06:40
-
-
Save nirmal141/7eeef88e14bf519fa466ef6a6137ecf4 to your computer and use it in GitHub Desktop.
Privacy policy for the “Cover Letter Generator” Chrome extension — explains local storage of API key/model/resume, what data is sent to the user-configured LLM only on generate, and that no analytics, selling, or third‑party sharing occur.
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. | |
| What we do not do | |
| - We do not transmit data to any server controlled by the publisher of this extension. | |
| - We do not sell or share your data with third parties. | |
| Your control | |
| - You can clear your stored API key and resume any time in the Options page. | |
| - Uninstalling the extension removes its local storage. | |
| Contact | |
| - Email: nirmalpatel284@gmail.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment