Deep.BI Link Heatmap

Deep.BI Link Heatmap

Wat is Deep.BI Link Heatmap?

Deep.BI Link Heatmap is een Chrome-extensie ontwikkeld door https://www.deep.bi, en de belangrijkste functie is "Deep.BI Link Heatmap".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Deep.BI Link Heatmap

Download Deep.BI Link Heatmap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Deep.BI Link Heatmap Deep.BI Link Heatmap
ID mpfnefiljbhikkobpibeebfhnfalodhe
Officiële URL https://chromewebstore.google.com/detail/deepbi-link-heatmap/mpfnefiljbhikkobpibeebfhnfalodhe
Beschrijving Deep.BI Link Heatmap
Bestandsgrootte 3.18 MB
Aantal Installaties 74
Huidige Versie 2.1.2
Laatst Bijgewerkt 2020-11-06
Publicatiedatum 2019-10-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.deep.bi
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.deep.bi/privacy
Ondersteunde Talen 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'"
}