IIQAnalyser

Intent IQ Analytics Extension

什麼是IIQAnalyser?

IIQAnalyser是由iiq.extension開發的Chrome擴展程式,該擴展的主要功能是“Intent IQ Analytics Extension”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載IIQAnalyser擴展crx文件

下載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
官方網址 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": []
        }
    ]
}