Q2 Debugger

inspect tecton q2 api calls

Wat is Q2 Debugger?

Q2 Debugger is een Chrome-extensie ontwikkeld door https://nuevesolutions.com, en de belangrijkste functie is "inspect tecton q2 api calls".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Q2 Debugger

Download Q2 Debugger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Q2 Debugger Q2 Debugger
ID ofenoeokeajgginmciegemdiioglcdio
Officiële URL https://chromewebstore.google.com/detail/q2-debugger/ofenoeokeajgginmciegemdiioglcdio
Beschrijving inspect tecton q2 api calls
Bestandsgrootte 2.1 MB
Aantal Installaties 64
Huidige Versie 0.1.0
Laatst Bijgewerkt 2020-10-31
Publicatiedatum 2020-08-06
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://nuevesolutions.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://nuevesolutions.com/
Help Pagina-URL https://nuevesolutions.com/q2-debugger-chrome-extension/
Ondersteunde Talen 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"
    ]
}