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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ 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"
    ]
}