Last updated: 2026-06-05
bettervetter is a Chrome extension that reads the job posting in your active tab and tells you, in plain language, whether you should apply. To do that it needs your resume, a short set of preferences about the kind of work you want, and the text of the postings you ask it to vet. This document describes exactly what it collects, where that information goes, how long it lives, and how you can delete it.
If anything here is unclear, email sean@seanelliot.dev.
bettervetter is built by an individual developer (Sean Elliot). There is no company, no marketing team, no data resale, and no third-party tracking. The service exists to be useful to a small number of beta users.
chrome.storage.local, which lets the extension stay signed
in across browser restarts.
chrome.storage.session.
Cleared when the browser closes.
bettervetter does not collect: your browsing history, the contents of any page that isn't a job posting you actively ask it to read, your location, contacts, or any other browser-managed data.
To do its job, bettervetter sends parts of your data to Anthropic (the company that runs the Claude AI model used to produce the read):
Anthropic processes these to generate the fit read and returns the result. Anthropic's own data handling is documented at anthropic.com/privacy. bettervetter does not train any model on your data — these are query/response API calls, not a training pipeline.
Aside from Anthropic, bettervetter does not share your data with any third party. The data is stored in a MongoDB Atlas database owned by the developer and accessed only by the bettervetter server.
chrome.storage and never reach a remote
server (the auth token is sent only to the bettervetter API and only over
HTTPS).
All connections between the extension and the bettervetter server are over HTTPS.
Your data is retained for as long as your account exists. There is no automatic expiry — old vets stay in your history so you can revisit them.
When you delete your account (see below), every piece of your data is removed from the bettervetter database in a single cascading delete: every vet, your full profile, your resume, and your account record itself. There is no soft-delete and no archival copy.
In the extension:
DELETE to confirm.This removes your account and all associated data immediately and irreversibly. If anything goes wrong with the in-app flow, email sean@seanelliot.dev and the developer will delete your account by hand.
You can request a copy of the data bettervetter holds on you by emailing the address above. You will receive it as a JSON export, typically within a few days.
If you live in a jurisdiction that grants you additional data-protection rights (the EU, UK, or California, for example), those rights apply here too — contact the email above to exercise them.
bettervetter is for adults conducting a job search. It is not directed at children under 13, and the developer has no reason to believe any have signed up.
If the policy changes materially, the change will be announced in the extension's update notes and the Last updated date at the top of this document will move. Past versions remain available on the public GitHub repository.