What data is processed

Form Vault stores the profile fields you type in yourself: first and last name, email address, phone number, street address, company name, job title, and website. It also stores, per site, which profile field should fill which form field, so a correction you make once is remembered the next time you visit that site. All of this is stored only on your own computer, using the chrome.storage.local API provided by Chrome. It is never sent to the developer or to any third party. Form Vault makes no network requests of any kind.

What is never stored

Form Vault never stores or fills passwords, card numbers, or government ID numbers, regardless of what is in a form on the page. These field types are always skipped.

Permissions and why

activeTab: to read the form fields on the page you're viewing, only after you click Fill.

scripting: to write your profile's values into the form fields on that page.

storage: to save your profile and your per-site field corrections locally with chrome.storage.local.

Form Vault does not request host permissions, browsing history access, or any permission beyond the three listed above.

Data retention and deletion

Your profile and site corrections remain in chrome.storage.local until you remove them yourself. You can clear your profile at any time from the popup. If you uninstall the extension, Chrome automatically deletes all data associated with it.

Contact

For questions about this policy, open an issue on GitHub.