Download. Start capturing.
Your data stays on your machine. No backend. No telemetry. Just a Chrome extension that records what's broken so you can fix it.
v1.0.0 • Chrome & Edge • ~500 KB
Everything you need to reproduce a bug.
Install in Under 1 Minute
Unzip the downloaded file
Extract the ZIP to a folder on your computer. Remember where you put it.
~/extensions/scanUpdating from a Previous Version?
To avoid duplicates, you must overwrite the existing folder:
- Delete the old
extensionfolder inside your scan folder - Extract the new ZIP to the same location
- Go to
chrome://extensionsand click on Scan
Open Chrome Extensions
Type chrome://extensions in your address bar and press Enter.
Enable Developer Mode
Toggle the "Developer mode" switch in the top-right corner of the page.
Load the Extension
Click "Load unpacked" button, then select the folder where you extracted Scan.
You're Ready!
Click the puzzle icon in your toolbar and pin Scan for quick access. Start your first capture!
Capture a Bug in 15 Seconds
Open Extension
Navigate to any page. Click the Scan icon in your toolbar.
Click Start Scan
A floating panel appears on the page. Use the site normally - pause anytime if needed.
Export ZIP
Click Stop, then Export. Attach the ZIP to any ticket. Done.
Average first scan: 15 seconds
Download NowCommon Questions
manifest.json directly (not a parent folder). Also ensure Developer Mode is enabled before clicking "Load unpacked." If you extracted to a nested folder, navigate into it until you see manifest.json.
- Errors: JavaScript exceptions, network errors (404,500, timeouts), broken resources (images, scripts), security violations (CSP)
- State: Cookies, localStorage, sessionStorage
- Actions: Clicks, form inputs, navigation with timestamps
- Console: All log levels with stack traces
- Replay: DOM-level session recording with PII masking
replay.spec.js file that's a ready-to-run Playwright test. Just:
- Install Playwright:
npm init playwright@latest - Copy replay.spec.js to your tests folder
- Run:
npx playwright test replay.spec.js
Verify Your Download
For security-conscious usersVerify the integrity of your download by comparing these checksums:
865b05fd87a22a97b2676ecb7f8cfe3878eed0e228f19869142d9e8ee2344d6f
50057e52ca9ac2fce345f074f60c5cac
Verify on Mac/Linux:
shasum -a 256 scan-extension.zip
Ready to Capture Your First Bug?
Join 2,400+ teams who stopped asking "can you reproduce that?"