IIQAnalyser

Intent IQ Analytics Extension

O que é IIQAnalyser?

IIQAnalyser é uma extensão do Chrome desenvolvida por iiq.extension, e sua principal característica é "Intent IQ Analytics Extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão IIQAnalyser

Baixe arquivos de extensão IIQAnalyser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome IIQAnalyser IIQAnalyser
ID obmmhembafkonmdfkbeakglhideecapf
URL Oficial https://chromewebstore.google.com/detail/iiqanalyser/obmmhembafkonmdfkbeakglhideecapf
Descrição Intent IQ Analytics Extension
Tamanho do Arquivo 1.27 MB
Contagem de Instalações 109
Versão Atual 1.1
Última Atualização 2023-01-19
Data de Publicação 2022-10-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor iiq.extension
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.intentiq.com/
Idiomas Suportados 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": []
        }
    ]
}