Bug Recorder
Website Issue Reporting Tool
Vad är Bug Recorder?
Bug Recorder är en Chrome-tillägg utvecklad av juvirez, och dess huvudfunktion är "Website Issue Reporting Tool".
Tilläggsskärmbilder
Ladda ner Bug Recorder-förlängningens CRX-fil
Ladda ner Bug Recorder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | kielfocekgmlnkdpibcedkofgafkkppg |
| Officiell webbadress | https://chromewebstore.google.com/detail/bug-recorder/kielfocekgmlnkdpibcedkofgafkkppg |
| Beskrivning | Website Issue Reporting Tool |
| Filstorlek | 271 KB |
| Antal Installationer | 739 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2019-04-26 |
| Publiceringsdatum | 2019-04-26 |
| Betyg | 3.60/5 Totalt 5 Betyg |
| Utvecklare | juvirez |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://github.com/juvirez/bug-recorder/issues |
| Stödda Språk | 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"
]
} | |