Q2 Debugger

inspect tecton q2 api calls

Co to jest Q2 Debugger?

Q2 Debugger to rozszerzenie Chrome opracowane przez https://nuevesolutions.com, a jego główną funkcją jest „inspect tecton q2 api calls”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Q2 Debugger

Pobierz pliki rozszerzeń Q2 Debugger 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Q2 Debugger Q2 Debugger
ID ofenoeokeajgginmciegemdiioglcdio
Oficjalny URL https://chromewebstore.google.com/detail/q2-debugger/ofenoeokeajgginmciegemdiioglcdio
Opis inspect tecton q2 api calls
Rozmiar pliku 2.1 MB
Liczba instalacji 64
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2020-10-31
Data Publikacji 2020-08-06
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://nuevesolutions.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://nuevesolutions.com/
Adres URL Strony Pomocy https://nuevesolutions.com/q2-debugger-chrome-extension/
Obsługiwane Języki 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"
    ]
}