tntSniff

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

什麼是tntSniff?

tntSniff是由testandtargetdev開發的Chrome擴展程式,該擴展的主要功能是“Displays TnT metric information from the network traffic across all browser tabs.”。

擴展截圖

screenshot

下載tntSniff擴展crx文件

下載tntSniff擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 tntSniff tntSniff
ID jmdbcifmcdiiainnnogpbgefkcbocpdb
官方網址 https://chrome.google.com/webstore/detail/tntsniff/jmdbcifmcdiiainnnogpbgefkcbocpdb
簡介 Displays TnT metric information from the network traffic across all browser tabs.
檔案大小 33.9 KB
安裝次數 22
目前版本 1.1
更新時間 2019-09-24
上架時間 2019-09-24
開發者 testandtargetdev
付費類型 free
支援的語言 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:\/\/*\/*"
    ]
}