Tracking Code examiner

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

什麼是Tracking Code examiner?

Tracking Code examiner是由Appier Inc開發的Chrome擴展程式,該擴展的主要功能是“This tool will help you examine the implementation of AIQUA Web SDK.”。

擴展截圖

screenshot

下載Tracking Code examiner擴展crx文件

下載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
官方網址 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"
    }
}