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"
    }
}