Q2 Debugger

inspect tecton q2 api calls

Что такое Q2 Debugger?

Q2 Debugger - это расширение Chrome, разработанное https://nuevesolutions.com, и его основная функция - "inspect tecton q2 api calls".

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

screenshot
screenshot
screenshot

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

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

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

                        The q2 api debugger inspects the tecton q2 api calls. It works similar to the chrome network inspector.
It shows the routing_key and payload that was sent/received to/from the extension.
 
* Tracks requestExtensionData (api calls to the Q2 backend extension)
* Debugs q2 extension backend by tracking meta.
* Resizable columns
* Button to clear the inspector, similar to the chrome network inspector
* Right click to copy data from one of the cells, such as the Routing Key
* Request Data or Response Data
* Light and dark themes that match the chrome debugger theme                    

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

Название Q2 Debugger Q2 Debugger
ID ofenoeokeajgginmciegemdiioglcdio
Официальный URL https://chromewebstore.google.com/detail/q2-debugger/ofenoeokeajgginmciegemdiioglcdio
Описание inspect tecton q2 api calls
Размер файла 2.1 MB
Количество установок 64
Текущая Версия 0.1.0
Последнее Обновление 2020-10-31
Дата публикации 2020-08-06
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://nuevesolutions.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://nuevesolutions.com/
URL страницы помощи https://nuevesolutions.com/q2-debugger-chrome-extension/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Q2 Debugger",
    "version": "0.1.0",
    "description": "inspect tecton q2 api calls",
    "manifest_version": 2,
    "devtools_page": "devtools.html",
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "injectable.js"
    ]
}