tntSniff
Displays TnT metric information from the network traffic across all browser tabs.
ما هو tntSniff؟
tntSniff هو إضافة Chrome تم تطويرها بواسطة testandtargetdev، والميزة الرئيسية لها هي "Displays TnT metric information from the network traffic across all browser tabs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة tntSniff
قم بتنزيل ملفات الامتداد tntSniff بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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:\/\/*\/*" ] } |