How to Fill Out Job Applications Faster in Chrome (Workday, Greenhouse, Lever)
Ten applications, ten portals, ten accounts, and the same twenty facts typed out again at every one of them. Your name. Your address. Your degree and its start date. Whether you need visa sponsorship. Nobody designed these forms to be pleasant — but most of what they ask for never varies, and that is exactly the part worth automating.
This is the workflow, built around the fact that applicants rarely control which ATS they meet.
Why Job Applications Are the Worst Forms on the Web
- One portal per employer. Company A runs Workday, company B uses Greenhouse, company C uses Lever — with different fields, different validation and a separate account each time.
- Long flows. A single application often runs 40+ fields across five or six steps, with a progress bar that resets if a session expires.
- Repetition with a thin layer of variation. Maybe 80% of the answers are identical between applications; the resume, the cover letter and two free-text answers are the part that actually needs your attention.
- Domains you see twice. The same employer may list three roles on its portal. The second and third applications reuse the same profile, the same work history, the same voluntary disclosures.
What Chrome Autofill Covers on Each ATS
The built-in autofill helps a little and gives up quickly:
| ATS | Where the form lives | What Chrome autofill does |
|---|---|---|
| Workday | Employer-hosted, heavily client-rendered, multi-step | May fill your name and email; degree history, work authorization and salary expectations remain empty |
| Greenhouse | Often embedded as a third-party iframe on the employer's own domain | Nothing inside the iframe — Chrome does not push saved data into third-party frames |
| Lever | Own apply page or embedded block | Sometimes the identity block, rarely the custom questions below it |
The common thread: autofill answers questions it recognizes as identity. An application asks questions that happen to be about you but are not address data — and only one of those two things is what autofill understands.
The Strategy: One Application Profile, Reused Everywhere
Instead of saving answers per employer, save one snapshot that represents your application profile: the constant block you type at every portal. Then replay it onto whichever form you are standing in front of.
Two properties make this work with a form-snapshot tool rather than autofill:
- Matching is descriptor-based, not position-based. VKT Form scores each stored field against each field on the page using
name,id, label text, semantic tokens, structure and DOM order. A snapshot built on one employer's portal still fills a different employer's portal, because the tool is matching the question, not the coordinates. - Coverage beyond the plain document. Field detection reaches shadow-DOM components and iframes, and it also captures the inactive steps of a multi-step flow — which is how a Workday wizard gets filled in one pass instead of one page at a time.
Step by Step: Build Your Application Profile
- Open the most complete application form you can find — a Workday wizard or a Greenhouse application with many optional fields. The richest form makes the best template.
- Fill it completely by hand with your constant answers: name, email, phone, city and country, degree and institution, current employer, work authorization, sponsorship requirement, notice period, links to your portfolio and profiles.
- Leave the tailored parts blank: resume upload, cover letter, the "why this role" box, salary expectations, and anything with today's date.
- Click Collect and check the field list. Remove anything job-specific that snuck in.
- Next portal: click Fill. Review the report — every field is read back after writing, and anything that did not land is listed instead of being silently skipped.
- Calibrate what the heuristics miss. If one stubborn field never fills, bind it once in the snapshot's calibration panel; from then on it always takes priority.
That is the whole setup: one form filled carefully, once.
Per-Employer Snapshots: When They Are Worth It
- Multiple roles at the same employer. After your first application, Colleagues-portal answers such as "how did you hear about us", preferred location or department are already stored — later applications become a two-click review.
- Portal-specific questions. Some employers add long questionnaires (security clearance, shift availability, languages). Save a second snapshot when that block is stable across their roles.
- Referral rounds. If a recruiter sends you back to the same portal for a second interview stage, the answers are waiting.
What You Should Never Save
- Passwords for the application accounts — use a password manager, which is built for exactly that.
- Government identifiers: national ID, passport number, Social Security number, tax file number. Applications ask for them late in the process, if at all, and snapshot storage is plain local storage, not an encrypted vault.
- Bank details and payment cards. Same reason.
- Anything that changes per application: cover letters, tailored summaries, salary figures you adjust per role, the date.
The rule that keeps this simple: store what you would happily read out loud to a recruiter. If an answer should be encrypted, it should not be in a form filler.
A Realistic Ten-Applications Workflow
- Keep one profile snapshot for the constant block and two or three per-employer snapshots for portals you return to.
- For each new posting: create the account, open the form, click Fill, read the field report.
- Type only what is genuinely new: the tailored paragraph, the right resume version, the salary answer.
- Read the whole form once before submitting. You are the last line of defence against a wrong phone number on a form you already sent nine times today.
In practice this moves the job-application hour from "retyping and re-checking" to "deciding what to say" — which is the part that influences the outcome anyway.
Honest Limits
- It fills, it never submits. No Next, no Apply, no bulk applications. That is deliberate: reviewing each application is also what keeps you out of trouble with sites that forbid automated submission.
- File uploads stay manual. No extension can attach your resume to a file input.
- Long free-text answers are yours to type. A snapshot can hold them, but they should be tailored each time — that is the point of applying to a specific role rather than a category.
- Accounts and logins are still per portal. The snapshot saves the form, not the journey around it.
For that job, VKT Form is a browser extension that stores everything in chrome.storage.local on your own machine — no account, no analytics, no upload. The free tier holds 5 snapshots with unlimited fills, enough for one application profile plus the portals you revisit. Premium lifts the cap and adds JSON export/import so you can carry snapshots between your laptop and desktop, for $9.99 one-time (lifetime) or $2.99/month.
Frequently Asked Questions
Can you autofill a Workday application?
Not with Chrome's built-in autofill — Workday asks for degree history, work authorization and free-text answers that have no identity meaning. A form-snapshot tool can replay those values because it matches fields by their descriptors rather than by field type.
Does it work on Greenhouse forms embedded in a company website?
Yes. Greenhouse boards are frequently embedded as a third-party iframe on the employer's own domain, which is exactly why Chrome autofill never sees them. VKT Form's field detection covers iframes and Shadow DOM as well as the top-level document.
Is it safe to save job application data in the browser?
It is as safe as the storage. VKT Form keeps snapshots in chrome.storage.local on your machine, with no account and no upload. Never store passwords, ID or passport numbers, or your Social Security number — snapshot storage is plain local storage, not an encrypted vault.
Will the snapshot still work if the application form changes?
Usually yes. Matching weighs name, id, label text, semantic tokens and structure, so a reordered or renamed form still fills. Every field is read back after writing and failures are reported; stubborn fields can be pinned with calibration.
Does it submit applications for me?
No. VKT Form fills fields and stops there — it never clicks Next or Submit. You review every answer before the application leaves your browser, which is also what most careers sites expect.
Bottom line: job applications are repetitive by design, and Chrome autofill was built for identity data, not for them. Save one application profile as a snapshot, replay it at each portal, and spend your time on the resume, the cover letter and the salary answer. VKT Form does the filling locally — 5 free snapshots, unlimited fills, and it never presses Submit.
More VKT tools live in the extensions catalog, or reach us at [email protected].
