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
Eメール [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"
    }
}