Created
March 6, 2026 03:12
-
-
Save nathanpuls/14616738a4ff4f627d4655e7c2c19fb6 to your computer and use it in GitHub Desktop.
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 Qkrs Text Expander | |
| **Last Updated:** March 5, 2026 | |
| At Qkrs Text Expander, we take your privacy seriously. This Privacy Policy explains what information we collect, how it is used, and how it is protected. | |
| ## 1. Information We Collect | |
| **We do not collect, process, or store any personal data.** | |
| The Qkrs Text Expander extension operates locally on your machine. When you activate the extension using the keyboard shortcut (`Ctrl+Q`), the extension captures the specific "page name" you type in order to fetch the corresponding text snippet. This captured text is not stored, logged, or transmitted anywhere other than directly to the specific Firebase database used to retrieve your requested snippet. | |
| ## 2. Information Sharing and Disclosure | |
| Because we do not collect any personal data, we do not share, sell, or disclose any information with third parties. | |
| ## 3. Third-Party Services | |
| The extension communicates securely with a specific Firebase Realtime Database (`fwdng-1d5f9.firebaseio.com`) solely for the purpose of retrieving the text snippets you request. The extension does not use any analytics, trackers, or other third-party data collection tools. | |
| ## 4. Permissions Used | |
| The extension requires the following permissions to function: | |
| - **`host_permissions` (`https://*.firebaseio.com/*`)**: Required to fetch your requested text snippets from the database in the background without being blocked by cross-origin restrictions. | |
| - **`content_scripts` (`<all_urls>`)**: Required so the extension can detect when you press the activation shortcut (`Ctrl+Q`) and inject the fetched text directly into the active text field on the webpage you are currently viewing. | |
| ## 5. Changes to This Privacy Policy | |
| We may update this Privacy Policy from time to time if the functionality of the extension changes. If we make material changes, we will update the "Last Updated" date at the top of this policy. | |
| ## 6. Contact Us | |
| If you have any questions or concerns about this Privacy Policy or the Qkrs Text Expander extension, please reach out via GitHub: [https://github.com/nathanpuls/qkrs](https://github.com/nathanpuls/qkrs). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment