Tracking Code examiner

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

Tracking Code examiner là gì?

Tracking Code examiner là một tiện ích mở rộng Chrome được phát triển bởi Appier Inc, và tính năng chính của nó là "This tool will help you examine the implementation of AIQUA Web SDK.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tracking Code examiner

Tải xuống các tệp mở rộng Tracking Code examiner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tracking Code examiner Tracking Code examiner
ID nkabmmbalcfogmmeedllgbmlbmodcgnm
URL Chính Thức https://chromewebstore.google.com/detail/tracking-code-examiner/nkabmmbalcfogmmeedllgbmlbmodcgnm
Mô tả This tool will help you examine the implementation of AIQUA Web SDK.
Kích Thước Tệp 65.07 KB
Số Lần Cài Đặt 1,146
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2020-11-13
Ngày Phát Hành 2019-08-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Appier Inc
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.appier.com/en/about/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}