Privacy Policy
Autofill Assistant is a Chrome browser extension that uses the Anthropic Claude API to fill out web forms on the user's behalf, based on a resume the user has voluntarily uploaded. This policy explains exactly what data we handle, how, and where it goes.
1. The TL;DR
- We do not run any backend server. There is nothing for us to log, sell, or leak.
- Your resume, profile data, and Anthropic API key live only in your local browser's
chrome.storage.local. - When you trigger a form fill, your profile content and the form's field metadata are sent directly from your browser to Anthropic's API over HTTPS, using your own API key.
- We do not collect telemetry, analytics, error reports, or any usage data.
- Uninstalling the extension deletes all stored data.
2. What information the extension handles
2.1 Information you provide
- Resume / CV documents you upload (PDF, DOCX, TXT, images). These often contain personally identifiable information (PII): name, email, phone, address, education, employment history, etc.
- Free-text notes you add to your profile.
- Anthropic API key (a credential you obtain yourself from Anthropic).
2.2 Information collected automatically when you use a feature
- Form-field metadata from the active web page when you click "Fill Current Page": labels, placeholders, ARIA attributes, names, types, surrounding text, and (for select/radio) the option values. We do not read or transmit other parts of the page's content.
- The field values currently entered on the page (so we can compare what the user manually edited vs what we filled, when "Update Profile from this page" is used).
2.3 What we do NOT collect
- We do not collect IP addresses, device identifiers, telemetry, crash reports, or analytics.
- We do not read pages you have not explicitly invoked the extension on.
- We do not access your browser history, bookmarks, downloads, or any other tab.
3. How information is stored
All data described above is stored only on your local device using Chrome's chrome.storage.local API. The data never leaves your device except as described in section 4.
4. Sharing with third parties
The extension uses one third-party service: Anthropic (the maker of the Claude AI model). When you trigger an action that requires AI (parsing a resume, filling a form, optimizing a profile), the relevant content (your profile data + the form-field metadata or document content) is sent directly from your browser to https://api.anthropic.com via HTTPS, authenticated with your own API key.
Anthropic's handling of that data is governed by Anthropic's own privacy and usage policies, which you accepted when you registered for an Anthropic account. See https://www.anthropic.com/legal/privacy.
We do not share your data with any other third party. We do not sell your data. We do not use your data for advertising.
5. Data retention
The extension retains your profile and settings until you delete them through the extension's UI, clear your browser data for the extension, or uninstall the extension. Uninstalling the extension deletes all locally stored data.
6. Your rights and controls
- You can view, edit, or delete any profile from the extension's Manage page.
- You can edit the parsed profile JSON directly to remove anything you don't want stored.
- You can clear your API key in Settings.
- You can uninstall the extension to remove all data.
7. Children's privacy
The extension is not directed at children under 13. We do not knowingly collect data from children.
8. Changes to this policy
If we change this policy, the new version will be published at this same URL with an updated effective date. The version of this policy in effect at the time you use the extension is the version that applies to that use.
9. Contact
For questions or concerns about this policy, contact: xuweizhixin@gmail.com.
Source code: github.com/leverageaiapp/autofill-assistant (private).
自动填表助手(Autofill Assistant)是一款 Chrome 浏览器扩展,使用 Anthropic Claude API 根据用户主动上传的简历自动填写网页表单。本政策详细说明我们处理哪些数据、如何处理、以及流向哪里。
1. 简要总结
- 我们没有任何后端服务器。没有日志、没有出售、没有泄漏的可能。
- 你的简历、Profile 数据、Anthropic API Key 只保存在你本地浏览器的
chrome.storage.local中。 - 当你触发填表时,Profile 内容和表单字段元信息直接从你的浏览器通过 HTTPS 发送到 Anthropic API,使用你自己的 API Key 鉴权。
- 我们不收集遥测数据、统计、错误报告,或任何使用数据。
- 卸载扩展会删除所有存储数据。
2. 扩展处理的信息
2.1 你提供的信息
- 你上传的简历 / CV 文档(PDF、DOCX、TXT、图片等)。这类内容通常包含个人身份信息:姓名、邮箱、电话、地址、教育、工作经历等。
- 你在 Profile 中填写的补充说明文本。
- 你自己向 Anthropic 申请的 Anthropic API Key。
2.2 使用功能时自动获取的信息
- 点击"填写当前页"时,从当前网页提取的表单字段元信息:label、placeholder、ARIA 属性、name、type、周围文本、以及(对于 select / radio)可选项的 value。我们不读取或传输页面的其他内容。
- 用户使用"用此页面更新 Profile"时,会读取页面上当前已填的字段值,用于对比用户的手动修改与我们的预测。
2.3 我们不收集的信息
- 不收集 IP 地址、设备标识、遥测、崩溃报告、统计数据。
- 不读取你未主动调用扩展的页面。
- 不访问你的浏览历史、书签、下载、或其他标签页。
3. 信息的存储
上述所有数据仅通过 Chrome 的 chrome.storage.local 接口保存在你的本地设备上。除第 4 节描述的情况外,数据不会离开你的设备。
4. 与第三方的共享
扩展使用一个第三方服务:Anthropic(Claude AI 模型的提供方)。当你触发需要 AI 的操作(解析简历、填写表单、优化 Profile)时,相关内容(Profile 数据 + 表单字段元信息或文档内容)会从你的浏览器直接通过 HTTPS 发送到 https://api.anthropic.com,使用你自己的 API Key 鉴权。
Anthropic 对这些数据的处理遵循其自身的隐私和使用政策,你在注册 Anthropic 账户时已同意这些条款。详见 https://www.anthropic.com/legal/privacy。
我们不与任何其他第三方共享你的数据。不出售数据。不用于广告。
5. 数据保留
扩展保留你的 Profile 和设置,直到你通过扩展 UI 删除、清除扩展的浏览器数据、或卸载扩展。卸载扩展会删除所有本地数据。
6. 你的权利与控制
- 可以在扩展的管理页查看、编辑、或删除任何 Profile。
- 可以直接编辑解析后的 Profile JSON,移除任何不希望保存的内容。
- 可以在设置中清除 API Key。
- 卸载扩展可删除所有数据。
7. 儿童隐私
本扩展不针对 13 岁以下儿童。我们不会有意收集儿童数据。
8. 政策变更
若本政策有变更,新版本将发布在同一 URL 上,并更新生效日期。你使用扩展时所适用的政策版本,是当时该 URL 上的版本。
9. 联系方式
对本政策有疑问,请联系:xuweizhixin@gmail.com。