Deep.BI Link Heatmap

Deep.BI Link Heatmap

什么是Deep.BI Link Heatmap?

Deep.BI Link Heatmap是由https://www.deep.bi开发的Chrome扩展程序,该扩展的主要功能是“Deep.BI Link Heatmap”。

扩展截图

screenshot

下载Deep.BI Link Heatmap扩展crx文件

下载Deep.BI Link Heatmap扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Deep.BI Link Heatmap Deep.BI Link Heatmap
ID mpfnefiljbhikkobpibeebfhnfalodhe
官方URL https://chromewebstore.google.com/detail/deepbi-link-heatmap/mpfnefiljbhikkobpibeebfhnfalodhe
简介 Deep.BI Link Heatmap
文件大小 3.18 MB
安装次数 74
当前版本 2.1.2
更新时间 2020-11-06
上架时间 2019-10-18
评分 5.00/5 共1次评分
开发者 https://www.deep.bi
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.deep.bi/privacy
支持的语言 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'"
}