Tracking Code examiner

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

Qu'est-ce que Tracking Code examiner ?

Tracking Code examiner est une extension Chrome développée par Appier Inc, et sa fonction principale est "This tool will help you examine the implementation of AIQUA Web SDK.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tracking Code examiner

Téléchargez les fichiers d'extension Tracking Code examiner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tracking Code examiner Tracking Code examiner
ID nkabmmbalcfogmmeedllgbmlbmodcgnm
URL Officiel https://chromewebstore.google.com/detail/tracking-code-examiner/nkabmmbalcfogmmeedllgbmlbmodcgnm
Description This tool will help you examine the implementation of AIQUA Web SDK.
Taille du Fichier 65.07 KB
Nombre d'Installations 1,146
Version Actuelle 1.1.1
Dernière Mise à Jour 2020-11-13
Date de Publication 2019-08-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur Appier Inc
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.appier.com/en/about/privacy-policy
Langues Prises en Charge 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"
    }
}