Bug Recorder
Website Issue Reporting Tool
Co je Bug Recorder?
Bug Recorder je rozšíření Chrome vyvinuté juvirez, a jeho hlavní funkcí je „Website Issue Reporting Tool“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bug Recorder
Stáhněte si soubory rozšíření Bug Recorder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Bug Recorder |
ID | kielfocekgmlnkdpibcedkofgafkkppg |
Oficiální URL | https://chromewebstore.google.com/detail/bug-recorder/kielfocekgmlnkdpibcedkofgafkkppg |
Popis | Website Issue Reporting Tool |
Velikost souboru | 271 KB |
Počet instalací | 739 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2019-04-26 |
Datum Vydání | 2019-04-26 |
Hodnocení | 3.60/5 Celkem 5 Hodnocení |
Vývojář | juvirez |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://github.com/juvirez/bug-recorder/issues |
Podporované Jazyky | 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" ] } |