Tracking Code examiner

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

Co je Tracking Code examiner?

Tracking Code examiner je rozšíření Chrome vyvinuté Appier Inc, a jeho hlavní funkcí je „This tool will help you examine the implementation of AIQUA Web SDK.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Tracking Code examiner

Stáhněte si soubory rozšíření Tracking Code examiner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Tracking Code examiner Tracking Code examiner
ID nkabmmbalcfogmmeedllgbmlbmodcgnm
Oficiální URL https://chromewebstore.google.com/detail/tracking-code-examiner/nkabmmbalcfogmmeedllgbmlbmodcgnm
Popis This tool will help you examine the implementation of AIQUA Web SDK.
Velikost souboru 65.07 KB
Počet instalací 1,146
Aktuální Verze 1.1.1
Poslední Aktualizace 2020-11-13
Datum Vydání 2019-08-02
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Appier Inc
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.appier.com/en/about/privacy-policy
Podporované Jazyky 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"
    }
}