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.".

Снимки экрана расширения

screenshot

Скачать файл 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.                    

Основная информация о расширении

Название tntSniff tntSniff
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:\/\/*\/*"
    ]
}