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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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:\/\/*\/*" ] } |