Bug Recorder

Website Issue Reporting Tool

Что такое Bug Recorder?

Bug Recorder - это расширение Chrome, разработанное juvirez, и его основная функция - "Website Issue Reporting Tool".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Bug Recorder

Скачайте файлы расширений Bug Recorder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Bug Recorder Bug Recorder
ID kielfocekgmlnkdpibcedkofgafkkppg
Официальный URL https://chromewebstore.google.com/detail/bug-recorder/kielfocekgmlnkdpibcedkofgafkkppg
Описание Website Issue Reporting Tool
Размер файла 271 KB
Количество установок 739
Текущая Версия 1.0.1
Последнее Обновление 2019-04-26
Дата публикации 2019-04-26
Рейтинг 3.60/5 Всего 5 оценок
Разработчик juvirez
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://github.com/juvirez/bug-recorder/issues
Поддерживаемые языки 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"
    ]
}