IIQAnalyser

Intent IQ Analytics Extension

IIQAnalyser là gì?

IIQAnalyser là một tiện ích mở rộng Chrome được phát triển bởi iiq.extension, và tính năng chính của nó là "Intent IQ Analytics Extension".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng IIQAnalyser 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

                        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.                    

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

Tên IIQAnalyser IIQAnalyser
ID obmmhembafkonmdfkbeakglhideecapf
URL Chính Thức https://chromewebstore.google.com/detail/iiqanalyser/obmmhembafkonmdfkbeakglhideecapf
Mô tả Intent IQ Analytics Extension
Kích Thước Tệp 1.27 MB
Số Lần Cài Đặt 109
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-01-19
Ngày Phát Hành 2022-10-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển iiq.extension
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.intentiq.com/
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}