Free Chrome Extension  ·  Direct Jira Integration

Report Bugs. Instantly.

BugZee captures screenshots, console errors, and full environment details — then submits straight to your Jira or sends an email, directly from the extension. No server. No middleman. No copy-pasting.

BugZee Extension v1.0
BugZee
BugZee
v1.0
⚠️ Bug Classification
Type
🐛 UI / Visual
Severity
Low
Medium
High
Critical
📋 Description
What happened? *
0/500
Steps to reproduce
1
e.g. Click the Login button
+ Add step
🖼️ Screenshot
Full Page
Select Area
None
Capture Screenshot Click to capture the current page
👤 Reporter optional
Your name
your@email.com
8
Data Points Captured
1
Click to Report
4
Submission Options
0
Servers Required
Everything BugZee does

Capture. Submit. Done.

BugZee auto-captures the context developers need to reproduce bugs, then submits straight to Jira, email, or your own webhook — all from the extension. No server required.

🔗

Page URL & Title

Automatically captures the exact URL and page title. No more "I was on the dashboard somewhere" ambiguity.

Auto-captured
🌐

Browser & Environment

Records browser name, version, viewport size, and OS details. Reproduce environment-specific bugs with precision.

Auto-captured
🔴

Console Error Logs

Intercepts console.error, uncaught exceptions, unhandled promise rejections, and failed network requests from page load.

Live monitoring
📸

Full Page Screenshot

Captures the full visible viewport with one click. Attach a screenshot that shows exactly what the user saw.

One click
✂️

Area Screenshot

Drag to select a specific area of the page. Highlight just the broken button, misaligned element, or wrong text.

Pixel-precise
📋

Type, Severity & Steps

Classify bugs by type (UI, Performance, Network, etc.), set severity from Low to Critical, and list reproduction steps.

Structured data
🔵

Direct Jira Integration

Configure your Atlassian account once in Settings. On every submit, BugZee creates a Jira issue with ADF description, priority, and attaches the screenshot — all directly from the extension, no server needed.

Self-contained
📧

Email Issue

Instantly generates a polished HTML report and opens your email client with it attached. Set your destination address once in Settings and forget it.

HTML attachment
⚙️

3-Tab Settings Panel

A clean General · Jira · Email settings panel. Your Jira API token and credentials are stored in Chrome's own encrypted sync storage — never on any server.

Private & secure
Built-in integrations

Your team's tools. Your credentials.

Configure once in the Settings panel. Every report goes where you need it — straight from the extension, no middleman required.

🔵
Jira Integration
Settings → Jira tab
🔑 API token stored in Chrome's encrypted sync storage
📝 Creates issue with full ADF description + steps
📸 Attaches screenshot automatically
Severity mapped to Jira priority (Critical → Highest)
🔗 "View in Jira: PROJ-42" link on success
Email Issues
Settings → Email tab
📄 Generates a polished HTML report silently
📬 Opens mail client pre-filled with report attached
🎯 Set destination address once — reuse forever
⚙️
General Settings
Settings → General tab
🔗 Optional webhook URL for custom backends
📷 Auto-capture screenshot on popup open
🔴 Default console tab (Errors, Warnings, All)
BugZee Settings
⚙️ Settings ✕ Close
General
Jira
Email
Connected as Admin — PROS
Jira Base URL
https://yourteam.atlassian.net
Project Key
MYAPP
Issue Type
Bug
Account Email
you@company.com
API Token
●●●●●●●●●●●●●●●●●●●●●●●●
Test Connection & Load Issue Types
API token stored in Chrome's encrypted sync storage — never sent to any server.
Simple workflow

Report a bug in under 60 seconds.

1

Spot a bug — click BugZee

Click the BugZee icon in your Chrome toolbar. Page URL, title, and browser info are filled in automatically.

2

Describe & classify

Select the bug type and severity, write a description, and optionally add steps to reproduce. Console errors are already captured.

3

Screenshot it

Hit Capture Screenshot for the full viewport, or use Select Area to drag and crop a specific region.

4

Submit directly to Jira — or email, download, copy

Hit Report Bug: if Jira is configured, a Jira issue is created instantly with description, priority, and screenshot attached. Or click Email Issue to generate an HTML report in your mail client, download the JSON, or copy the text.

bugzee-report-BZ-M8X3.json
{
"id": "BZ-M8X3KL7",
"timestamp": "2026-03-14T09:22:41Z",
"page": {
"url": "https://app.example.com/checkout",
"title": "Checkout – Example App"
},
"bug": {
"type": "functional",
"severity": "critical",
"description": "Pay button is unresponsive…"
},
"evidence": {
"screenshotIncluded": true,
"consoleErrors": [
{"level": "error", "message": "Uncaught TypeError…"}
]
}
}

✓ Report saved · BZ-M8X3KL7
Get started

Install in 2 minutes.

1

Download the Extension

Download the bugzee-extension.zip file from this page and unzip it to a folder on your computer (e.g., ~/Downloads/bugzee/).

2

Open Chrome Extensions

In Chrome, navigate to chrome://extensions in the address bar, or go to Menu → More Tools → Extensions.

3

Enable Developer Mode

Toggle the Developer mode switch in the top-right corner of the Extensions page. This allows loading unpacked extensions.

4

Load the Extension

Click Load unpacked and select the unzipped bugzee/ folder. The BugZee icon 🐝 will appear in your Chrome toolbar.

5

Pin BugZee (Optional)

Click the puzzle piece 🧩 icon in Chrome toolbar → click the pin icon next to BugZee to keep it always visible.

6

Configure Jira & Email (Optional)

Click the ⚙️ gear icon to open Settings. Use the Jira tab to enter your Atlassian URL, project key, email, and API token — hit Test Connection to verify. Use the Email tab to set your destination address.

🐝 BugZee Extension

Bug Reporter for Chrome — Free, no account required

🔗
Auto Page Context

URL, Title, Browser captured instantly

📸
Full & Area Screenshots

Viewport or drag-to-select crop

🔴
Console Error Capture

Errors, warnings, promise rejections

🗂️
Structured JSON Export

Developer-ready report download

🔵
Direct Jira Integration

Creates issues + attaches screenshots

📧
Email Issue (HTML Report)

Opens mail client with report attached

💾
Local Report History

Last 50 reports stored locally

Questions

Frequently asked

Everything you need to know about BugZee.

Is BugZee free?
Yes, completely free. No account, no subscription, no paywalls. Install and start reporting bugs immediately.
Does it work on all websites?
Yes. BugZee works on any website you visit in Chrome, including internal tools, staging environments, and localhost.
Where are reports stored?
Reports are stored locally in your browser. No data leaves your device unless you choose to — by submitting to Jira, emailing the HTML report, posting to a webhook, or downloading the JSON.
How does the Jira integration work?
Open Settings → Jira tab, enter your Atlassian URL, project key, account email, and an API token from id.atlassian.com. Hit Test Connection to verify. When you click Report Bug, BugZee creates a Jira issue with a full description and attaches the screenshot — all directly from the extension. Your token lives in Chrome's own encrypted storage.
Can I capture console errors from before opening BugZee?
Yes! BugZee's content script injects at document_start and monitors console.error, uncaught exceptions, and network failures from page load — not just after you open the popup.
What's the difference between Full and Area screenshot?
Full Screenshot captures your entire visible viewport. Select Area lets you drag a rectangle over the page to capture just the relevant broken element or section.
Does it work on Chrome OS / Linux?
BugZee works on all platforms that run Google Chrome, including Windows, macOS, Linux, and Chrome OS.
Can teams use BugZee together?
Each team member installs BugZee individually and configures it with the same Jira project key. All bug reports land in the same Jira project — no shared server, no admin panel required. Each person's API token stays private in their own Chrome.
🐝

Ready to squash some bugs?

Install BugZee and start reporting website issues in seconds, not minutes.