Tracking Code examiner

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

¿Qué es Tracking Code examiner?

Tracking Code examiner es una extensión de Chrome desarrollada por Appier Inc, y su función principal es "This tool will help you examine the implementation of AIQUA Web SDK.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tracking Code examiner

Descarga archivos de extensión Tracking Code examiner en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Tracking Code examiner Tracking Code examiner
ID nkabmmbalcfogmmeedllgbmlbmodcgnm
URL Oficial https://chromewebstore.google.com/detail/tracking-code-examiner/nkabmmbalcfogmmeedllgbmlbmodcgnm
Descripción This tool will help you examine the implementation of AIQUA Web SDK.
Tamaño del Archivo 65.07 KB
Cantidad de Instalaciones 1,146
Versión Actual 1.1.1
Última Actualización 2020-11-13
Fecha de Publicación 2019-08-02
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Appier Inc
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.appier.com/en/about/privacy-policy
Idiomas Soportados 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"
    }
}