Deep.BI Link Heatmap

Deep.BI Link Heatmap

Deep.BI Link Heatmap là gì?

Deep.BI Link Heatmap là một tiện ích mở rộng Chrome được phát triển bởi https://www.deep.bi, và tính năng chính của nó là "Deep.BI Link Heatmap".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Deep.BI Link Heatmap

Tải xuống các tệp mở rộng Deep.BI Link Heatmap dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Deep.BI Link Heatmap Deep.BI Link Heatmap
ID mpfnefiljbhikkobpibeebfhnfalodhe
URL Chính Thức https://chromewebstore.google.com/detail/deepbi-link-heatmap/mpfnefiljbhikkobpibeebfhnfalodhe
Mô tả Deep.BI Link Heatmap
Kích Thước Tệp 3.18 MB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2020-11-06
Ngày Phát Hành 2019-10-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.deep.bi
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.deep.bi/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}