Deep.BI Link Heatmap

Deep.BI Link Heatmap

ما هو Deep.BI Link Heatmap؟

Deep.BI Link Heatmap هو إضافة Chrome تم تطويرها بواسطة https://www.deep.bi، والميزة الرئيسية لها هي "Deep.BI Link Heatmap".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Deep.BI Link Heatmap

قم بتنزيل ملفات الامتداد Deep.BI Link Heatmap بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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'"
}