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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}