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
官方URL 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:\/\/*\/*"
    ]
}