Skip to main content
Chrome extension

bugAgent CoPilot
for Chrome.

One-click bug reports from any browser tab. Environment, screenshots, console output, failed network requests, and a sanitized DOM snapshot auto-captured. Record actions for repro and generate Playwright scripts on the way out.

bugAgent CoPilot side panel showing the bug-report form

What it does

Five surfaces in the side panel, each one removing a step between "I found a bug" and "the dev has everything they need to fix it."

1. The report form

Title, severity, type, project, attachments. Optional toggles for console output, failed network requests, and a sanitized DOM snapshot. Submit without leaving the page you're testing — the side panel opens alongside, not over.

  • Auto-fills the URL, browser + version, OS, viewport, and device type.
  • Routes to the right bugAgent project based on the URL and your workspace.
  • Attachments include drag-and-drop screenshots, files, screen recordings, and audio memos.
The bug-report form in the side panel

2. Action recording → Playwright

Hit Record, walk through the repro, hit Stop. The extension captures your clicks, inputs, scrolls, and navigations, then drops a production-ready Playwright script onto the bug report — the dev opens the report and has both the description AND an automated repro.

  • Recordings persist across service-worker eviction (in-flight state saved to chrome.storage.session).
  • Playwright-grade selector generation — stable across DOM changes.
  • One-click "Create automation" promotes any recording to a managed Playwright test in your bugAgent project.
The action recording view in the side panel

3. Resources panel

Every recording lives in the side panel's Resources tab. Inspect the action log, copy the Playwright script, delete what you don't need, or promote any recording to a bugAgent automation. Auto-synced to your workspace and scoped to your active project.

  • Recordings sync every 15 seconds while online.
  • Action log is copyable and exportable.
  • Status badges show synced / syncing / offline at a glance.
The Resources panel with synced recordings

4. Page Links

Bookmark URLs and Figma frames per page so QA can jump back to context without searching Slack. Page Links auto-refresh as you navigate and stay scoped to your active bugAgent project.

  • Shared across the workspace — everyone testing a page sees the same links.
  • One tap to open the design alongside the page.
  • Drag to reorder, click to open in a new tab.
The Page Links resource panel

5. Submit and ship

The report posts to your bugAgent workspace, auto-classified by Claude, scored, and (when configured) synced to Jira. The success card surfaces the ticket ID and a deep link — and, as of v1.7.11, tells you if any attachment failed to upload instead of silently dropping it.

The submission success card with ticket ID

Install

Two ways to get the extension running. Pick whichever fits where you are in the rollout.

Chrome Web Store

The easiest path once the extension is published. One click, auto-updates, no developer mode.

Add to Chrome

Available now on the Chrome Web Store — one click to install, auto-updates with every release.

Tester build (load unpacked)

For early testers and internal use — install the latest build from a zip when you need something ahead of the Web Store listing or for offline-only environments.

  1. Get the latest bugagent-copilot-tester-vX.Y.Z.zip from your bugAgent contact.
  2. Unzip it anywhere (for example ~/Downloads/bugagent-copilot).
  3. Open chrome://extensions and toggle Developer mode on (top-right).
  4. Click Load unpacked and pick the unzipped folder.
  5. Pin the bugAgent CoPilot icon from the puzzle-piece menu so it's one click away.

What it needs and why

Every permission earns its keep. Here's what bugAgent CoPilot asks for and what it does with each.

activeTab

Read the current tab's URL, title, and viewport when you open the side panel so the bug report can auto-fill the environment fields without you typing them.

sidePanel

Render the report form, recording controls, Resources, and Page Links in Chrome's side panel rather than a separate popup window.

storage

Persist your bugAgent auth token, active workspace + project, and in-flight recordings across browser restarts and service-worker eviction.

tabs

Open the bugAgent dashboard in a new tab when you click a deep link from the success card or Resources panel.

scripting

Inject the recording client and DOM-snapshot collector into the page you're testing — sanitized client-side (scripts stripped, password fields blanked) before anything leaves the browser.

contextMenus

Right-click → Report a bug here entry points for one-click reporting on any element on the page.

identity

Sign in via Google OAuth so you don't have to copy an API token around to use the extension.

The extension never touches data on pages you haven't opted into. Sanitization runs client-side before anything is uploaded; the report and attachments go directly to your bugAgent workspace's storage.

Contact Us

Tell us about your team and we’ll reach out within 48 hours.

We reply within 48 hours.