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
官方網址 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'"
}