Documentation
Visual Mode
See accessibility findings on the real website — the same approach as AAArdvark. The extension opens the live page with a bottom dock, numbered pins, and an issues drawer. Cloud scans and live checks are bridged: match status on the dock, and Scan Page can save a live report to your dashboard. We do not iframe third-party sites (most block that with X-Frame-Options or CSP).
Why an extension?
Browsers refuse to load most production sites inside another site's iframe. Accessibility platforms solve this by running a content script on the customer page (or using scan screenshots for reports).
Meerkat Visual Mode uses the extension for accurate DOM targeting with axe selectors from your scan.
Setup
chrome://extensions → enable Developer mode → Load unpacked → select apps/extension (the folder with manifest.json). Confirm Meerkat Inspector is enabled with no errors.Advanced
Optional env when the extension has a fixed ID (Chrome Web Store):
NEXT_PUBLIC_EXTENSION_ID=<chrome-extension-id>
Source: apps/extension. Protocol: packages/shared/src/extension-protocol.ts.