tntSniff
Displays TnT metric information from the network traffic across all browser tabs.
Qu'est-ce que tntSniff ?
tntSniff est une extension Chrome développée par testandtargetdev, et sa fonction principale est "Displays TnT metric information from the network traffic across all browser tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension tntSniff
Téléchargez les fichiers d'extension tntSniff au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jmdbcifmcdiiainnnogpbgefkcbocpdb |
URL Officiel | https://chrome.google.com/webstore/detail/tntsniff/jmdbcifmcdiiainnnogpbgefkcbocpdb |
Description | Displays TnT metric information from the network traffic across all browser tabs. |
Taille du Fichier | 33.9 KB |
Nombre d'Installations | 22 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-09-24 |
Date de Publication | 2019-09-24 |
Développeur | testandtargetdev |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } |