Bug Recorder
Website Issue Reporting Tool
What is Bug Recorder?
Bug Recorder is a Chrome extension developed by juvirez, and its main feature is "Website Issue Reporting Tool".
Extension Screenshots
Download Bug Recorder Extension CRX File
Download Bug Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simplifies bug reporting for your customers and support team: - Make a screencast of the issue - Record a HAR file - Grab browser console log and error messages - Saves everything in a single archive that is easy to share with support/developers ... in two mouse clicks. Share this with your support team and customers to get well-described bug reports.
Extension Basic Information
Name | Bug Recorder |
ID | kielfocekgmlnkdpibcedkofgafkkppg |
Official URL | https://chromewebstore.google.com/detail/bug-recorder/kielfocekgmlnkdpibcedkofgafkkppg |
Description | Website Issue Reporting Tool |
File Size | 271 KB |
Installation Count | 739 |
Current Version | 1.0.1 |
Last Updated | 2019-04-26 |
Publish Date | 2019-04-26 |
Rating | 3.60/5 Total 5 Ratings |
Developer | juvirez |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/juvirez/bug-recorder/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bug Recorder", "description": "Website Issue Reporting Tool", "version": "1.0.1", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "debugger", "tabCapture" ] } |