Somewhere around application 40, your hands start doing it without you. Name. Email. Phone, with the country code Workday insists on formatting its own way. Street address, on a form for a remote role that will never need your street address. Current employer — you typed this nine minutes ago for a different company's identical dropdown. By application 60 you're not job hunting anymore. You're a very slow, very tired data-entry clerk for your own resume.
Nobody warns you about this part. The advice out there is all about what to put on your resume, how to word a bullet point, how to ace the interview. None of it mentions that the single biggest drain on a serious job search isn't writing or interviewing — it's re-typing the same twelve facts about yourself into a different shaped box, fifty times a week.
Why your browser's autofill doesn't save you here
Chrome already autofills things. Your address, your card number, the password you can never remember. So why doesn't it touch the "Current Employer" field on a Workday application? Because Chrome's autofill is built for forms that look like forms — a labeled <input> with a name like "address-line-1". Workday doesn't build forms like that. It renders custom widgets with internal automation tags the browser was never taught to read, and controls them with React state that quietly throws away anything typed in through normal means. Greenhouse, Lever, and Taleo each have their own version of the same problem. Four companies, four ATS platforms, four completely different ways of making your browser useless.
That's the part most people don't realize: this isn't a you problem, and it isn't even really a Chrome problem. It's that every big hiring platform was built to be filled out by a human, slowly, on purpose — not by anything trying to save that human time.
What it actually takes to fill these forms automatically
To fill a Workday or Greenhouse form correctly, software has to do something a lot closer to reading than matching. It has to look at a field's real label — "Mobile Number," not "phone" — and decide that's the same thing as the number sitting in your profile. It has to notice when a date is split into two separate dropdowns (month, then year, a Taleo specialty) and treat them as one value, not two unrelated fields. It has to know that "Authorized to work in the United States?" isn't a yes/no question about citizenship trivia, it's asking about your visa status, and it has to pick the right option out of a fixed dropdown list that almost never uses your exact wording.
None of that is exotic. It's just specific. The companies that get it right built adapters for each platform individually, because Workday and Greenhouse genuinely don't share a structure — there's no shortcut that handles all of them at once.
The part worth being a little suspicious about
Any tool doing this needs to read the page you're on, which is also, not coincidentally, the page with your job application data sitting in it. That's worth pausing on before you install anything. Three questions are worth asking, in order:
- Where does your resume data actually live — encrypted on your machine, or sitting as plain text somewhere a tool's own servers can read?
- Does it fill the form and stop, or does it fill the form and submit it, with you finding out after?
- If it gets a field wrong, can you fix it before anything goes out the door, or only after?
A tool that can't answer those three cleanly isn't saving you time — it's just moving the risk somewhere you can't see it.
How Applyr's extension handles this
Applyr's Chrome extension reads your resume once, keeps your profile encrypted on your own device, and recognizes Workday, Greenhouse, Lever, and Taleo specifically — including the split month/year dropdowns and the constrained "Level of Education" selects that trip up anything more generic. Every field it fills, you see before you submit. Nothing goes out the door without you looking at it first.
It also gets better the more you use it. Correct a field by hand once, and that correction is saved — the next company's form, on a completely different platform, gets it right without you touching it.
What autofill is actually for
None of this is about applying to more jobs with the same unchanged resume, faster. That's a worse version of the same old numbers game. What it's actually for is getting the forty minutes of typing out of the way so the ten minutes you have left go toward the thing that decides whether anyone reads the application at all: whether your resume is actually matched to that specific job. Before you hit submit, run it through Applyr's free ATS checker against the job description. Autofill gets you through the form. A resume that's actually tailored is what gets you through the filter on the other side of it.