The options page is the full-page settings UI. Open it via right-click on the extension icon › Options, or chrome://extensions/ › Toado › Details › Extension options.
Account
Setting
What it does
Signed in as
Shows the email of the currently bound Toado account.
Switch account
Sign out and sign in as a different user.
Sign out
Clears the local session. Captures cannot fire until you sign back in.
The extension uses the same account as the web app. Signing out of the extension does not sign you out of the web app, and vice versa.
Default project
Setting
What it does
Default project
The project new captures land in unless overridden.
Auto-pick from URL patterns
When on, the extension consults each project’s configured URL patterns and overrides the default if a match exists.
Remember per-origin choices
When on, the extension caches the last-chosen project per origin. The next capture from that origin defaults to it.
You can also change project per-capture from the extension popup.
Capture
Setting
Default
What it does
Review before submit
Off
Show the capture preview (with redactions applied) before sending. Adds a confirmation step; off is faster.
Capture screenshot
On
Set to off to skip the screenshot. Rare; you almost always want it.
Capture console
On
Hook console output.
Capture network
On
Hook fetch and XHR.
Network body limit
10 MB total / capture
Hard cap on response bodies. Larger responses are truncated with a flag.
Capture errors
On
window.onerror and unhandledrejection.
Capture performance
On
Navigation timing, long tasks, Web Vitals.
Screenshot quality
High
High = ~PNG, medium = ~80% JPEG, low = ~50% JPEG.
Redaction defaults
Setting
What it does
Auto-redact emails
Detect anything matching an email pattern in network response bodies and replace with [redacted-email].
Auto-redact bearer tokens
Detect Authorization: Bearer ... and similar in headers and replace with [redacted-token].
Custom redaction patterns
Add a list of regexes that get replaced with [redacted] in headers and bodies.
Redact image regions on capture
When on, opens the redaction tool before upload (rather than after) so sensitive pixels never leave your machine. Pairs well with Review before submit.
Keyboard shortcuts
The extension ships with two shortcut commands:
Command
Default
Configurable in
Open popup
Alt+B
chrome://extensions/shortcuts
Capture immediately
Alt+C
chrome://extensions/shortcuts
To change them, open chrome://extensions/shortcuts, find Toado, and edit. Changes apply per-OS, not per-Chrome-profile.
Telemetry
Setting
Default
What it does
Send anonymous usage data
On
Sends extension version, OS, capture counts (no per-capture data), error counts. Used to prioritize bug fixes and feature work.
Send error reports
On
Sends extension-side errors with stack traces. Includes Chrome version and OS, no page content.
Both can be turned off independently. Neither sends URL, page content, or any data from your captures.
Reset
Action
What it does
Clear offline queue
Deletes any captures pending in the offline queue. Use when you want to discard rather than retry.
Reset extension
Clears all extension storage (sign-out, preferences, queue, per-origin project memory). Equivalent to a fresh install.