The application form fills itself while you read it.
A panel that rides along on the job page you are already on. It fills the form from your profile, attaches the right résumé, answers the screening questions you have answered before, and files the whole thing in your tracker. Then it stops, because the submit button is yours.
Twenty minutes of typing you have already done thirty times
The same name, the same email, the same notice period, the same three paragraphs about why this company. Every posting asks again, and the asking is what makes applying to forty roles feel impossible rather than merely tedious. This does the asking part.
It reads the form, not the website
The big hiring systems get handled properly, and everything else falls through to a resolver that reads the labels on the page and works out what each box is actually asking for. “Mobile no.” and “Phone number” are the same question, and it treats them that way.
It fills. You send.
The one line worth reading twice: the extension never submits. It puts your details in, attaches the résumé, and stops. You read the form the way you would have anyway, and you press the button.
The long questions, answered once
Notice period, work authorisation, why this company. Answer it on one form and it is kept, so the next posting that asks gets the answer you already wrote instead of a blank box at eleven at night.
Worth twenty minutes? It says so first.
The Match tab scores the posting against your profile before you start typing, and tells you which of their requirements you have already evidenced and which you have not. Some forms are worth filling and some are not.
It remembers you have been here
Open a posting you already applied to and it says so before it offers to fill anything, with the date and where that application stands now. Applying to the same job twice is the exact mistake this panel exists to prevent.
One panel, three jobs
Autofill fills the form in front of you. Match tells you whether to bother. Profile shows exactly what it will put on a form, so nothing goes out that you have not seen.
The parts you would want to know before installing anything
It reads pages you are applying on and types on your behalf, so it is fair to ask how far that reaches.
- Chrome, Edge and Firefox
- One extension, three browsers, built on the current extension standard rather than the one that is being retired.
- It cannot touch the page around it
- The panel renders inside its own shadow root, so it cannot restyle or read across the employer’s page the way an injected widget can.
- It only wakes on application pages
- It is allowed to run on hiring pages and nowhere else. On the rest of the web it is not idle in the background, it is not running at all.
- Your sign-in never reaches the page
- The token lives only in the extension’s background worker. The part that touches the employer’s form has no credentials of its own and asks the background to make any call it needs.
- It fills React forms that fight back
- A lot of modern application forms silently revert a value that was set programmatically. The fill engine handles that properly, which is why fields stay filled here and snap back in most autofill tools.
- Everything it fills lands in your tracker
- Same account, same board as the rest of your search, so an application you filed by hand on a Tuesday is not a hole in your own records.
What it will not do
The useful half of letting something type for you is knowing where it stops.
It will not submit anything. Not on a timer, not on a setting, not ever — that is the design, not a default.
It will not invent an answer it does not have. An unanswered question is left for you rather than filled with something plausible.
It will not work on a posting behind a login it cannot see, and it will say so instead of half-filling the form.
It will not touch a page that is not a hiring system. It is not running anywhere else to touch one.
It will not write your cover letter yet. That, referrals and résumé keyword scoring are still being built, and the panel says so rather than pretending.
Put it on the browser you apply from.
Install it, connect it once, and the next form you open is already filled by the time you have read the job description.

