Back|
IssuePad

IssuePad Browser Extension

Capture bugs from any webpage — title, description, severity, and a screenshot — and send them straight to your IssuePad project without switching tabs.

Download latest release (.zip)

Chrome 109+ · Edge 109+ · Brave · Any Chromium browser · Firefox 127+

Install in 5 steps

Step 1

Download the extension

Download the latest issuepad-extension-*.zip from the link below and unzip it to a permanent folder on your computer.

Step 2

Load it in Chrome / Edge

Open chrome://extensions, enable Developer mode (top-right toggle), click Load unpacked, and select the unzipped folder.

Step 3

Generate an API token

In IssuePad go to Settings → API Tokens and generate a new token. Copy the full ip_… value.

Step 4

Connect to your workspace

Click the IssuePad icon in your toolbar. On first run you'll see the Settings view — enter your IssuePad URL, API token, and the default Project ID (visible in the project page URL).

Step 5

Start capturing bugs

Navigate to any page, click the extension icon, fill in the title, optionally attach a screenshot, and hit Submit bug. Done — the bug appears in your project instantly.

What it captures

🖼️

One-click screenshot

Captures the visible tab instantly — no OS-level shortcuts needed.

🔗

Auto-filled URL

The source page URL is automatically attached to every bug.

📋

Page title pre-fill

Bug title is pre-filled with the page title — edit or replace as needed.

🎯

Severity & priority

Set Critical / High / Medium / Low and priority from the popup.

🔄

Synced settings

API token and project sync across your signed-in Chrome devices.

Instant confirmation

Success view with a direct link to the new bug in IssuePad.

Building from source

The extension source lives in extensions/browser-extension/ in the IssuePad monorepo. To build it locally:

cd extensions/browser-extension
node scripts/generate-icons.mjs   # generate PNG icons
# then load the directory as an unpacked extension

To package for the Chrome Web Store run node scripts/package-extension.mjs which produces a ready-to-upload .zip.