IIQAnalyser

Intent IQ Analytics Extension

What is IIQAnalyser?

IIQAnalyser is a Chrome extension developed by iiq.extension, and its main feature is "Intent IQ Analytics Extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download IIQAnalyser Extension CRX File

Download IIQAnalyser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name IIQAnalyser IIQAnalyser
ID obmmhembafkonmdfkbeakglhideecapf
Official URL https://chromewebstore.google.com/detail/iiqanalyser/obmmhembafkonmdfkbeakglhideecapf
Description Intent IQ Analytics Extension
File Size 1.27 MB
Installation Count 109
Current Version 1.1
Last Updated 2023-01-19
Publish Date 2022-10-19
Rating 5.00/5 Total 1 Ratings
Developer iiq.extension
Email [email protected]
Payment Type free
Extension Website https://www.intentiq.com/
Supported Languages 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": []
        }
    ]
}