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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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:\/\/*\/*" ] } |