Bug Recorder
Website Issue Reporting Tool
Cos'è Bug Recorder?
Bug Recorder è un'estensione di Chrome sviluppata da juvirez, e la sua funzione principale è "Website Issue Reporting Tool".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bug Recorder
Scarica i file di estensione Bug Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | kielfocekgmlnkdpibcedkofgafkkppg |
| URL Ufficiale | https://chromewebstore.google.com/detail/bug-recorder/kielfocekgmlnkdpibcedkofgafkkppg |
| Descrizione | Website Issue Reporting Tool |
| Dimensione del File | 271 KB |
| Conteggio Installazioni | 739 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2019-04-26 |
| Data di Pubblicazione | 2019-04-26 |
| Valutazione | 3.60/5 Totale 5 Valutazioni |
| Sviluppatore | juvirez |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | https://github.com/juvirez/bug-recorder/issues |
| Lingue Supportate | 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"
]
} | |