IIQAnalyser

Intent IQ Analytics Extension

Qu'est-ce que IIQAnalyser ?

IIQAnalyser est une extension Chrome développée par iiq.extension, et sa fonction principale est "Intent IQ Analytics Extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension IIQAnalyser

Téléchargez les fichiers d'extension IIQAnalyser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom IIQAnalyser IIQAnalyser
ID obmmhembafkonmdfkbeakglhideecapf
URL Officiel https://chromewebstore.google.com/detail/iiqanalyser/obmmhembafkonmdfkbeakglhideecapf
Description Intent IQ Analytics Extension
Taille du Fichier 1.27 MB
Nombre d'Installations 109
Version Actuelle 1.1
Dernière Mise à Jour 2023-01-19
Date de Publication 2022-10-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur iiq.extension
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.intentiq.com/
Langues Prises en Charge 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": []
        }
    ]
}