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
公式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
Eメール [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": []
        }
    ]
}