Q2 Debugger

inspect tecton q2 api calls

Cos'è Q2 Debugger?

Q2 Debugger è un'estensione di Chrome sviluppata da https://nuevesolutions.com, e la sua funzione principale è "inspect tecton q2 api calls".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Q2 Debugger

Scarica i file di estensione Q2 Debugger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Q2 Debugger Q2 Debugger
ID ofenoeokeajgginmciegemdiioglcdio
URL Ufficiale https://chromewebstore.google.com/detail/q2-debugger/ofenoeokeajgginmciegemdiioglcdio
Descrizione inspect tecton q2 api calls
Dimensione del File 2.1 MB
Conteggio Installazioni 64
Versione Corrente 0.1.0
Ultimo Aggiornamento 2020-10-31
Data di Pubblicazione 2020-08-06
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://nuevesolutions.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nuevesolutions.com/
URL della Pagina di Aiuto https://nuevesolutions.com/q2-debugger-chrome-extension/
Lingue Supportate 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"
    ]
}