IIQAnalyser

Intent IQ Analytics Extension

Was ist IIQAnalyser?

IIQAnalyser ist eine Chrome-Erweiterung, die von iiq.extension entwickelt wurde, und ihr Hauptmerkmal ist "Intent IQ Analytics Extension".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

IIQAnalyser-Erweiterungs-CRX-Datei herunterladen

Laden Sie IIQAnalyser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name IIQAnalyser IIQAnalyser
ID obmmhembafkonmdfkbeakglhideecapf
Offizielle URL https://chromewebstore.google.com/detail/iiqanalyser/obmmhembafkonmdfkbeakglhideecapf
Beschreibung Intent IQ Analytics Extension
Dateigröße 1.27 MB
Installationsanzahl 109
Aktuelle Version 1.1
Letztes Update 2023-01-19
Veröffentlichungsdatum 2022-10-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler iiq.extension
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.intentiq.com/
Unterstützte Sprachen 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": []
        }
    ]
}