Deep.BI Link Heatmap

Deep.BI Link Heatmap

Cos'è Deep.BI Link Heatmap?

Deep.BI Link Heatmap è un'estensione di Chrome sviluppata da https://www.deep.bi, e la sua funzione principale è "Deep.BI Link Heatmap".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Deep.BI Link Heatmap

Scarica i file di estensione Deep.BI Link Heatmap in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Link Heatmap for Deep.BI customers to analyze home pages click-ability and RFV-based user engagement. Built on top of the Customer Data Platform.                    

Informazioni di Base sull'Estensione

Nome Deep.BI Link Heatmap Deep.BI Link Heatmap
ID mpfnefiljbhikkobpibeebfhnfalodhe
URL Ufficiale https://chromewebstore.google.com/detail/deepbi-link-heatmap/mpfnefiljbhikkobpibeebfhnfalodhe
Descrizione Deep.BI Link Heatmap
Dimensione del File 3.18 MB
Conteggio Installazioni 74
Versione Corrente 2.1.2
Ultimo Aggiornamento 2020-11-06
Data di Pubblicazione 2019-10-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.deep.bi
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.deep.bi/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Deep.BI Link Heatmap",
    "version": "2.1.2",
    "name": "Deep.BI Link Heatmap",
    "short_name": "Link Heatmap",
    "homepage_url": "https:\/\/deep.bi",
    "background": {
        "scripts": [
            "background.heatmap-bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "background",
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "background.heatmap-bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/inject.js",
        "injext.html"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}