Created
December 23, 2025 15:21
-
-
Save mr-doubleyou/6fbcc140c4b031696d61cc4b8e834d74 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 Sara Copier | |
| **Last updated:** December 23, 2024 | |
| ## Overview | |
| Sara Copier is a Chrome extension that allows users to copy form field values from one website and paste them to another. This privacy policy explains how we handle your data. | |
| ## Data Collection | |
| ### What We Collect | |
| Sara Copier collects the following data **only when you explicitly use the extension**: | |
| - **Form Field Data:** Names, IDs, types, and values of form fields (inputs, selects, textareas) from web pages when you click "Copy All Fields" | |
| - **API Key:** Your Gemini API key (optional) if you choose to enable AI-powered matching | |
| - **Preferences:** Your AI feature toggle setting | |
| ### What We Do NOT Collect | |
| - Browsing history | |
| - Personal identification without your action | |
| - Location data | |
| - Financial information (unless you copy a form containing such data) | |
| - Any data in the background without user action | |
| ## Data Storage | |
| All collected data is stored **locally on your device** using Chrome's `chrome.storage.local` API. Your data never leaves your device except in the following case: | |
| ### AI Feature (Optional) | |
| If you enable the AI Smart Paste feature: | |
| - Only **field names, IDs, and types** are sent to Google's Gemini API | |
| - **Field values (your actual data) are NEVER sent** to any external server | |
| - This is used solely to match fields between different forms intelligently | |
| ## Data Sharing | |
| We do **NOT**: | |
| - Sell your data to third parties | |
| - Share your data for advertising purposes | |
| - Transfer your data for any purpose unrelated to the extension's functionality | |
| - Use your data for credit or lending decisions | |
| ## Data Security | |
| - All data is stored locally in your browser | |
| - Your Gemini API key is stored locally and only used to authenticate with Google's API | |
| - No data is transmitted to our servers (we don't have any servers) | |
| ## Your Rights | |
| You can: | |
| - **Clear all saved data** at any time using the "Clear All" button in the extension | |
| - **Disable the extension** to stop all data collection | |
| - **Uninstall the extension** to remove all stored data | |
| ## Third-Party Services | |
| If you use the AI feature, your field names (not values) are processed by: | |
| - **Google Gemini API** - Subject to [Google's Privacy Policy](https://policies.google.com/privacy) | |
| ## Changes to This Policy | |
| We may update this privacy policy from time to time. Changes will be reflected in the "Last updated" date. | |
| ## Contact | |
| If you have questions about this privacy policy, please open an issue on our GitHub repository. | |
| --- | |
| © 2024 Sara Copier. All rights reserved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment