tntSniff
Displays TnT metric information from the network traffic across all browser tabs.
tntSniff क्या है?
tntSniff testandtargetdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays TnT metric information from the network traffic across all browser tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में tntSniff एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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:\/\/*\/*" ] } |