Q2 Debugger

inspect tecton q2 api calls

ما هو Q2 Debugger؟

Q2 Debugger هو إضافة Chrome تم تطويرها بواسطة https://nuevesolutions.com، والميزة الرئيسية لها هي "inspect tecton q2 api calls".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Q2 Debugger

قم بتنزيل ملفات الامتداد Q2 Debugger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Q2 Debugger Q2 Debugger
ID ofenoeokeajgginmciegemdiioglcdio
عنوان URL الرسمي https://chromewebstore.google.com/detail/q2-debugger/ofenoeokeajgginmciegemdiioglcdio
الوصف inspect tecton q2 api calls
حجم الملف 2.1 MB
عدد التثبيتات 64
النسخة الحالية 0.1.0
آخر تحديث 2020-10-31
تاريخ النشر 2020-08-06
تقييم 5.00/5 مجموع تقييمات 2
المطور https://nuevesolutions.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://nuevesolutions.com/
عنوان صفحة المساعدة https://nuevesolutions.com/q2-debugger-chrome-extension/
اللغات المدعومة 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"
    ]
}