Bug Recorder
Website Issue Reporting Tool
Wat is Bug Recorder?
Bug Recorder is een Chrome-extensie ontwikkeld door juvirez, en de belangrijkste functie is "Website Issue Reporting Tool".
Extensie Screenshots
Download het CRX-bestand van de extensie Bug Recorder
Download Bug Recorder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | kielfocekgmlnkdpibcedkofgafkkppg |
| Officiële URL | https://chromewebstore.google.com/detail/bug-recorder/kielfocekgmlnkdpibcedkofgafkkppg |
| Beschrijving | Website Issue Reporting Tool |
| Bestandsgrootte | 271 KB |
| Aantal Installaties | 739 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2019-04-26 |
| Publicatiedatum | 2019-04-26 |
| Beoordeling | 3.60/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | juvirez |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://github.com/juvirez/bug-recorder/issues |
| Ondersteunde Talen | 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"
]
} | |