Deep.BI Link Heatmap

Deep.BI Link Heatmap

What is Deep.BI Link Heatmap?

Deep.BI Link Heatmap is a Chrome extension developed by https://www.deep.bi, and its main feature is "Deep.BI Link Heatmap".

Extension Screenshots

screenshot

Download Deep.BI Link Heatmap Extension CRX File

Download Deep.BI Link Heatmap extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Deep.BI Link Heatmap Deep.BI Link Heatmap
ID mpfnefiljbhikkobpibeebfhnfalodhe
Official URL https://chromewebstore.google.com/detail/deepbi-link-heatmap/mpfnefiljbhikkobpibeebfhnfalodhe
Description Deep.BI Link Heatmap
File Size 3.18 MB
Installation Count 74
Current Version 2.1.2
Last Updated 2020-11-06
Publish Date 2019-10-18
Rating 5.00/5 Total 1 Ratings
Developer https://www.deep.bi
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.deep.bi/privacy
Supported Languages 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'"
}