IIQAnalyser

Intent IQ Analytics Extension

IIQAnalyserคืออะไร?

IIQAnalyser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iiq.extension และคุณลักษณะหลักของมันคือ "Intent IQ Analytics Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IIQAnalyser

ดาวน์โหลดไฟล์ส่วนขยาย IIQAnalyser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        IIQ Integration analysis tool.
This extension provides an ability to perform integration analysis of Intent IQ JS SDK. Gives an ability to visualize results and to perform deep analysis. See and visualize prebid events and flow.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IIQAnalyser IIQAnalyser
ID obmmhembafkonmdfkbeakglhideecapf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/iiqanalyser/obmmhembafkonmdfkbeakglhideecapf
คำอธิบาย Intent IQ Analytics Extension
ขนาดไฟล์ 1.27 MB
จำนวนการติดตั้ง 109
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-01-19
วันที่เผยแพร่ 2022-10-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา iiq.extension
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.intentiq.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IIQAnalyser",
    "description": "Intent IQ Analytics Extension",
    "version": "1.1",
    "manifest_version": 3,
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/Q3-16.png",
        "32": "images\/Q3-32.png",
        "48": "images\/Q3-48.png",
        "128": "images\/Q3-128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Intent IQ Analytics Extension",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js",
                "handleStorageData.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js",
                "frame.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}