Browser extension
The answer you already wrote, in the portal you are stuck in.
Half a questionnaire is questions you have answered before, and the answers are sitting in your library. This puts them in the box you are looking at, wherever that box happens to be.
The important part
It offers nothing rather than something close
An autofill tool that always fills something in is a tool that fills in the wrong thing on the row nobody re-reads, and on a security questionnaire that is a claim about a control you may not have. When no answer of yours is close enough, this says so and offers to take you to the library instead.
- It never generates an answer. Every suggestion is one you wrote and approved.
- Matching happens in your browser. The question on your screen is not sent anywhere.
- It reads no page until you press the shortcut. There is no always-on content script.
- Its access token can read your approved answers and do nothing else. Revoke it in one click.
Three keystrokes
01
Click into the answer box
Any page: a vendor portal, a shared spreadsheet, a form, an email. Nothing runs until you ask it to, because the extension declares no pages of its own.
02
Press the shortcut
It reads the question beside the field, matches it against the answers you have approved, and shows the closest few with the question each came from.
03
Insert, and read it
Enter puts the answer in the field, correctly enough that a React form keeps it. Nothing is submitted for you, and the panel says to read it before you do.
Getting it working
What it needs from you
Answers worth reusing. It reads the approved entries in your answer library, so it is useful in proportion to what is in there. The quickest way to start is to publish a Trust Center: those answers land in the same library, and that costs nothing.
An access token. Created under Browser extension in your settings, pasted into the extension once. It is shown once, because only a hash of it is kept, and revoking it deletes it. The extension itself is free and works whether or not you have a subscription.
Answer the ones you have answered before, once.
The extension is not in the Chrome Web Store yet. It is built, it works, and it is waiting on review.