Tracking Code examiner

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

Wat is Tracking Code examiner?

Tracking Code examiner is een Chrome-extensie ontwikkeld door Appier Inc, en de belangrijkste functie is "This tool will help you examine the implementation of AIQUA Web SDK.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tracking Code examiner

Download Tracking Code examiner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tracking Code examiner Tracking Code examiner
ID nkabmmbalcfogmmeedllgbmlbmodcgnm
Officiële URL https://chromewebstore.google.com/detail/tracking-code-examiner/nkabmmbalcfogmmeedllgbmlbmodcgnm
Beschrijving This tool will help you examine the implementation of AIQUA Web SDK.
Bestandsgrootte 65.07 KB
Aantal Installaties 1,146
Huidige Versie 1.1.1
Laatst Bijgewerkt 2020-11-13
Publicatiedatum 2019-08-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Appier Inc
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.appier.com/en/about/privacy-policy
Ondersteunde Talen 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"
    }
}