tntSniff
Displays TnT metric information from the network traffic across all browser tabs.
Cos'è tntSniff?
tntSniff è un'estensione di Chrome sviluppata da testandtargetdev, e la sua funzione principale è "Displays TnT metric information from the network traffic across all browser tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione tntSniff
Scarica i file di estensione tntSniff in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jmdbcifmcdiiainnnogpbgefkcbocpdb |
URL Ufficiale | https://chrome.google.com/webstore/detail/tntsniff/jmdbcifmcdiiainnnogpbgefkcbocpdb |
Descrizione | Displays TnT metric information from the network traffic across all browser tabs. |
Dimensione del File | 33.9 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-09-24 |
Data di Pubblicazione | 2019-09-24 |
Sviluppatore | testandtargetdev |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |