tntSniff

Displays TnT metric information from the network traffic across all browser tabs.

tntSniff là gì?

tntSniff là một tiện ích mở rộng Chrome được phát triển bởi testandtargetdev, và tính năng chính của nó là "Displays TnT metric information from the network traffic across all browser tabs.".

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

screenshot

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

Tải xuống các tệp mở rộng tntSniff 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

                        Tired of digging through network traffic to find custom metric information buried within the payload?  Then this is the extension for you.  The tntSniff Dev tools panel extension listens for traffic across all browser tabs, listening for clicks (v120), seen impressions (c16), ref params (v8), pev2, and activity map values. No need to initialize it on multiple tabs, only one.  Be sure to enable "Allow in Incognito" if validating metrics in incognito mode.                    

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

Tên tntSniff tntSniff
ID jmdbcifmcdiiainnnogpbgefkcbocpdb
URL Chính Thức https://chrome.google.com/webstore/detail/tntsniff/jmdbcifmcdiiainnnogpbgefkcbocpdb
Mô tả Displays TnT metric information from the network traffic across all browser tabs.
Kích Thước Tệp 33.9 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-09-24
Ngày Phát Hành 2019-09-24
Nhà Phát Triển testandtargetdev
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tntSniff",
    "version": "1.1",
    "manifest_version": 2,
    "short_name": "Metric One-Stop Sniff",
    "icons": {
        "128": "icon1_sm.png"
    },
    "description": "Displays TnT metric information from the network traffic across all browser tabs.",
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "webRequest",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}