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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
    }
}