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