Last active
January 11, 2026 11:21
-
-
Save zvonimir-adriatech/bfb765f04b36b8e0b854d406720a0b7d to your computer and use it in GitHub Desktop.
PromptBox Privacy Policy
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 for PromptBox | |
| **Last Updated: January 4, 2026** | |
| ### 1. Introduction | |
| PromptBox ("we", "us", or "our") is a Chrome Extension designed to help users manage and reuse text prompts. We prioritize your privacy and have designed the extension to operate entirely client-side. | |
| ### 2. Data Collection and Usage | |
| PromptBox does not collect, transmit, or sell your personal data. | |
| * **User Content:** The prompts, templates, and text you create are stored locally on your device using Chrome's built-in Storage API. | |
| * **Browser Sync:** If you have Chrome Sync enabled, your data is synchronized across your devices using Google's secure infrastructure. We do not have access to this data. | |
| * **Active Tab Information:** The extension uses the `activeTab` and `tabs` permissions | |
| solely to retrieve the URL of your current tab when you explicitly use the `{{URL}}` | |
| variable (e.g., via Summarize, Explain, or Fact-Check buttons). The `tabs` permission | |
| is required to reliably detect the active tab when the extension runs in Chrome's | |
| side panel. This URL is processed locally on your machine and is never sent to | |
| external servers. We do not access, store, or transmit your browsing history or | |
| information about other tabs. | |
| ### 3. Third-Party Sharing | |
| We do not share, sell, or transfer any user data to third parties. The extension operates without a backend server. | |
| ### 4. Data Retention and Deletion | |
| You retain full control over your data. | |
| * **Deletion:** You can delete individual prompts within the extension interface. | |
| * **Uninstall:** Removing the extension from Chrome will delete the local storage associated with it. | |
| ### 5. Contact Us | |
| If you have any questions about this Privacy Policy, please contact us at: info@adriatech.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment