Q2 Debugger

inspect tecton q2 api calls

Qu'est-ce que Q2 Debugger ?

Q2 Debugger est une extension Chrome développée par https://nuevesolutions.com, et sa fonction principale est "inspect tecton q2 api calls".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Q2 Debugger

Téléchargez les fichiers d'extension Q2 Debugger au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Q2 Debugger Q2 Debugger
ID ofenoeokeajgginmciegemdiioglcdio
URL Officiel https://chromewebstore.google.com/detail/q2-debugger/ofenoeokeajgginmciegemdiioglcdio
Description inspect tecton q2 api calls
Taille du Fichier 2.1 MB
Nombre d'Installations 64
Version Actuelle 0.1.0
Dernière Mise à Jour 2020-10-31
Date de Publication 2020-08-06
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://nuevesolutions.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nuevesolutions.com/
URL de la Page d'Aide https://nuevesolutions.com/q2-debugger-chrome-extension/
Langues Prises en Charge 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"
    ]
}