Last updated: 22 May 2026
AutoFill Pro is a Chrome extension that helps QA engineers and developers fill repetitive web forms with saved test data. This page explains exactly what the extension does with data and what it does not do.
Nothing. AutoFill Pro does not collect, transmit, sell, or share any personal or usage data. We have no servers, no analytics, no third-party SDKs, and no telemetry. The extension makes zero outbound network requests.
When you use the visual picker to capture a form field, the selector and the value you type are saved to chrome.storage.local on your machine. This storage is sandboxed to the extension and synced only if you have enabled Chrome's own sync feature for extension data (you control this in Chrome settings, not here).
You can export or wipe everything at any time from the dashboard ("Settings" → "Export" / "Clear fields").
storage — to save the field profiles you create, locally.activeTab + scripting — to inject the picker and replay your saved values into the form you are currently looking at, only when you trigger it (Alt+P, Alt+F, or the popup button).<all_urls> — because QA forms live everywhere; the extension must be able to run on any URL you decide to use it on. The content script does not phone home; it only reads/writes form fields locally in the tab.The extension is a developer tool not directed at children and does not knowingly collect data from anyone.
If this policy changes, the date at the top will be updated and the new version will be published at the same URL.
Questions or concerns: open an issue on the project's GitHub repository, or email felizade143@gmail.com.