tntSniff
Displays TnT metric information from the network traffic across all browser tabs.
What is tntSniff?
tntSniff is a Chrome extension developed by testandtargetdev, and its main feature is "Displays TnT metric information from the network traffic across all browser tabs.".
Extension Screenshots
Download tntSniff Extension CRX File
Download tntSniff extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jmdbcifmcdiiainnnogpbgefkcbocpdb |
Official URL | https://chrome.google.com/webstore/detail/tntsniff/jmdbcifmcdiiainnnogpbgefkcbocpdb |
Description | Displays TnT metric information from the network traffic across all browser tabs. |
File Size | 33.9 KB |
Installation Count | 22 |
Current Version | 1.1 |
Last Updated | 2019-09-24 |
Publish Date | 2019-09-24 |
Developer | testandtargetdev |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |