Skip to content

Instantly share code, notes, and snippets.

@nirmal141
Last active October 12, 2025 06:40
Show Gist options
  • Select an option

  • Save nirmal141/7eeef88e14bf519fa466ef6a6137ecf4 to your computer and use it in GitHub Desktop.

Select an option

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.
# 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