Q2 Debugger

inspect tecton q2 api calls

Apa itu Q2 Debugger?

Q2 Debugger adalah ekstensi Chrome yang dikembangkan oleh https://nuevesolutions.com, dan fitur utamanya adalah "inspect tecton q2 api calls".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Q2 Debugger

Unduh file ekstensi Q2 Debugger dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Q2 Debugger Q2 Debugger
ID ofenoeokeajgginmciegemdiioglcdio
URL Resmi https://chromewebstore.google.com/detail/q2-debugger/ofenoeokeajgginmciegemdiioglcdio
Deskripsi inspect tecton q2 api calls
Ukuran File 2.1 MB
Jumlah Instalasi 64
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2020-10-31
Tanggal Publikasi 2020-08-06
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://nuevesolutions.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://nuevesolutions.com/
URL Halaman Bantuan https://nuevesolutions.com/q2-debugger-chrome-extension/
Bahasa yang Didukung 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"
    ]
}