Bug Recorder
Website Issue Reporting Tool
Co to jest Bug Recorder?
Bug Recorder to rozszerzenie Chrome opracowane przez juvirez, a jego główną funkcją jest „Website Issue Reporting Tool”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bug Recorder
Pobierz pliki rozszerzeń Bug Recorder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kielfocekgmlnkdpibcedkofgafkkppg |
| Oficjalny URL | https://chromewebstore.google.com/detail/bug-recorder/kielfocekgmlnkdpibcedkofgafkkppg |
| Opis | Website Issue Reporting Tool |
| Rozmiar pliku | 271 KB |
| Liczba instalacji | 739 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2019-04-26 |
| Data Publikacji | 2019-04-26 |
| Ocena | 3.60/5 Łącznie 5 Oceny |
| Deweloper | juvirez |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://github.com/juvirez/bug-recorder/issues |
| Obsługiwane Języki | 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"
]
} | |