Skip to main content
VertaaUX Docs

Chrome Extension

Real-time UX auditing directly in your browser with on-page issue highlighting

Chrome Extension

The VertaaUX Chrome Extension brings UX auditing directly into your browser. See accessibility and usability issues overlaid on any website you visit, triage them without switching context, and record multi-step user flows for comprehensive analysis.

Why Use the Extension?

The Chrome Extension is ideal when you want to:

  • Audit visually - See issues highlighted directly on the page, not just in a report
  • Stay in context - Triage issues without leaving the browser
  • Test interactively - Walk through user flows and catch issues as they happen
  • Quick spot checks - Run fast audits without setting up CI or API access

When to use other surfaces

For automated CI/CD integration, use the CLI. For programmatic access in your application, use the SDK or REST API.

Features

Requirements

RequirementVersion
Chrome120 or later
VertaaUX API KeyRequired for scans

The extension works on any website, including localhost for local development testing.

Installation

  1. Visit the VertaaUX Chrome Extension page
  2. Click Add to Chrome
  3. Click Add extension in the confirmation dialog
  4. Pin the extension icon for easy access (click the puzzle icon, then the pin)

Manual Installation (Development)

For development or testing unreleased versions:

  1. Clone the extension source:

    git clone https://github.com/vertaaux/extension.git
    cd extension
    npm install && npm run build
  2. Open Chrome and navigate to chrome://extensions

  3. Enable Developer mode (toggle in top-right corner)

  4. Click Load unpacked and select the extension/dist folder

  5. The extension icon appears in your toolbar

Quick Start

After installation, get your first audit results in under a minute:

  1. Click the extension icon in your browser toolbar
  2. Enter your API key in the popup (you only need to do this once)
  3. Navigate to any website you want to audit
  4. Open the Side Panel by clicking the extension icon or pressing Ctrl+Shift+U (Cmd+Shift+U on Mac)
  5. Click "Quick Scan" to start your first audit
  6. See issues appear as colored overlays on the page

Don't have an API key?

Create a free VertaaUX account at vertaaux.ai/signup. Your API key is available in Settings > API Keys. New accounts include 100 free scans per month.

Scan Modes

The extension supports two scan modes:

ModeDurationCoverage
Quick Scan~2 secondsBasic accessibility checks using axe-core
Full Scan~15 secondsComprehensive accessibility + UX heuristics

Use Quick Scan for rapid feedback during development. Use Full Scan before committing or for thorough review.

Understanding Overlays

After a scan completes, issues appear as colored borders around problematic elements:

ColorSeverityMeaning
RedCriticalMust fix - blocks users or violates WCAG A
OrangeSeriousShould fix - significant impact on usability
YellowModerateGood to fix - noticeable but not blocking
BlueMinorNice to fix - polish and refinements

Click any overlay to see full issue details in the Side Panel.

Keyboard Shortcuts

ShortcutAction
Ctrl+Shift+U (Cmd+Shift+U on Mac)Toggle Side Panel
EscapeClose overlay tooltip

Next Steps

  • MCP Server - Get AI-assisted fix suggestions for issues found
  • REST API - API key setup and authentication details

Was this page helpful?

On this page