Tracking Code examiner

This tool will help you examine the implementation of AIQUA Web SDK.

Что такое Tracking Code examiner?

Tracking Code examiner - это расширение Chrome, разработанное Appier Inc, и его основная функция - "This tool will help you examine the implementation of AIQUA Web SDK.".

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

screenshot

Скачать файл CRX расширения Tracking Code examiner

Скачайте файлы расширений Tracking Code examiner в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This tool will examine if a website is installed AIQUA SDK and list all of the traffic coming out from SDK in order to help you check the correctness of SDK installation.                    

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

Название Tracking Code examiner Tracking Code examiner
ID nkabmmbalcfogmmeedllgbmlbmodcgnm
Официальный URL https://chromewebstore.google.com/detail/tracking-code-examiner/nkabmmbalcfogmmeedllgbmlbmodcgnm
Описание This tool will help you examine the implementation of AIQUA Web SDK.
Размер файла 65.07 KB
Количество установок 1,146
Текущая Версия 1.1.1
Последнее Обновление 2020-11-13
Дата публикации 2019-08-02
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Appier Inc
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.appier.com/en/about/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tracking Code examiner",
    "version": "1.1.1",
    "description": "This tool will help you examine the implementation of AIQUA Web SDK.",
    "permissions": [
        "webRequest",
        "",
        "storage",
        "tabs",
        "cookies"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    }
}