The Autousers Chrome extension lets you launch an evaluation against the URL in the active tab. Useful for product managers checking a staging URL, designers smoke-testing a deploy preview, or sales running a live demo.Documentation Index
Fetch the complete documentation index at: https://docs.autousers.ai/llms.txt
Use this file to discover all available pages before exploring further.
Install
Chrome Web Store → Autousers Available for Chromium-based browsers (Chrome, Edge, Brave, Arc, Opera).First-run
- Click the Autousers icon in the toolbar.
- Click Sign in. A browser tab opens at
app.autousers.ai/extension/pair. - Sign in if necessary. Pick a team.
- The extension captures a session cookie + a short-lived API key bound to the team.
chrome.storage.session
— wiped when the browser closes. Re-pair on next launch.
Workflow
Open the URL you want to evaluate
Any
https:// URL works. The extension does not require any markup on the
target page.Click Run
The extension calls
POST /v1/evaluations with dryRun: true, shows the
cost, then on confirm re-issues without dryRun.Live-rate mode
A second flow lets the extension open a sidebar on the current page and surface autouser ratings as they arrive:- Click Live-rate in the popup.
- The extension injects a sidebar iframe onto the page.
- Autousers run; ratings appear in the sidebar in real time, anchored to the dimensions on the active template.
- The sidebar persists across navigation within the same origin until you close it.
Permissions
The extension requests:| Permission | Why |
|---|---|
activeTab | Read the URL of the current tab on user click. |
storage | Persist the session token between popup opens. |
scripting | Inject the live-rate sidebar iframe on user request. |
cookies | Read the app.autousers.ai session cookie for first-run pair. |
Authentication paths
The extension uses two paths, depending on flow:- Popup → API: short-lived
ak_live_*key minted at pair time and stored inchrome.storage.session. Scopes:evaluations:read,evaluations:write,autousers:read. - Live-rate sidebar: same key.
Privacy
- The extension does not screenshot or scrape the active tab. The autouser run pulls its own copy of the URL via the GKE worker, which navigates the page in a clean browser.
- Live-rate sidebar data is loaded over CORS from
app.autousers.ai; no page DOM is read. - No analytics; no third-party requests.