Q2 Debugger

inspect tecton q2 api calls

Q2 Debugger là gì?

Q2 Debugger là một tiện ích mở rộng Chrome được phát triển bởi https://nuevesolutions.com, và tính năng chính của nó là "inspect tecton q2 api calls".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Q2 Debugger

Tải xuống các tệp mở rộng Q2 Debugger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Q2 Debugger Q2 Debugger
ID ofenoeokeajgginmciegemdiioglcdio
URL Chính Thức https://chromewebstore.google.com/detail/q2-debugger/ofenoeokeajgginmciegemdiioglcdio
Mô tả inspect tecton q2 api calls
Kích Thước Tệp 2.1 MB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2020-10-31
Ngày Phát Hành 2020-08-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://nuevesolutions.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nuevesolutions.com/
URL Trang Trợ Giúp https://nuevesolutions.com/q2-debugger-chrome-extension/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}