# Privacy Policy – Smart Form Autofiller **Effective date:** July 25 2026 ## 1. Overview Smart Form Autofiller is a Chrome extension whose sole purpose is to automatically fill web‑form fields with realistic mock data (or user‑provided custom data) to speed up testing, prototyping, and data‑entry tasks. The extension does **not** collect, store, transmit, or share any personal or non‑personal user data. ## 2. Data We Do **Not** Collect | Data Category | Collected? | How it would be used (if collected) | |---------------|------------|--------------------------------------| | Personally identifiable information (name, email, address, etc.) | No | N/A | | Health information | No | N/A | | Financial / payment information | No | N/A | | Authentication credentials (passwords, PINs, tokens) | No | N/A | | Personal communications (emails, chats) | No | N/A | | Location data (IP, GPS, region) | No | N/A | | Web history (visited URLs, titles, timestamps) | No | N/A | | User activity (clicks, mouse movement, keystrokes) | No | N/A | | Website content (text, images, videos, links) | No | N/A | ## 3. How the Extension Works - When the user clicks the **Autofill Form** button in the popup, the extension injects a content script into the **currently active tab**. - The script reads the page’s DOM **only** to locate form fields and then writes mock values into those fields. - No information from the page is sent outside the browser, and nothing is persisted beyond the current session (except optional user preferences stored locally via `chrome.storage`). ## 4. Local Storage We use `chrome.storage.local` to keep a small set of preferences (e.g., selected data set, language, whether to fill mandatory fields only). This data is **solely for the user’s convenience** and never leaves the user's device. ## 5. Third‑Party Services The extension does not communicate with any external servers, APIs, or third‑party services. All code runs locally in the browser. ## 6. Security Measures - The extension follows Chrome’s Manifest V3 security model. - All scripts are bundled and, if desired, can be obfuscated, but no remote code is ever loaded. - No network requests are made, eliminating attack surfaces related to data exfiltration. ## 7. User Rights Because the extension does not collect personal data, there are no data‑subject rights to exercise. Users can uninstall the extension at any time, which removes all stored preferences. ## 8. Changes to This Policy Any future changes that would introduce data collection will be reflected in an updated privacy policy and disclosed in the Chrome Web Store listing before publishing. --- *If you have any questions about this privacy policy, please contact the developer at the email address provided in the extension’s store listing.*