Heatmap - Visualize how your users move

This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers

Heatmap - Visualize how your users moveคืออะไร?

Heatmap - Visualize how your users move เป็นส่วนขยายของ Chrome ที่พัฒนาโดย InApps Developers และคุณลักษณะหลักของมันคือ "This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Heatmap - Visualize how your users move

ดาวน์โหลดไฟล์ส่วนขยาย Heatmap - Visualize how your users move ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        What's new in 0.0.2:
- Fixed an issue with the websites that are hosted on Shopify

This extension helps Heatmap's users to bypass the Chromium's security policy to view iframe of websites that contain X-Frame-Options in headers.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Heatmap - Visualize how your users move Heatmap - Visualize how your users move
ID kfbcangmdhjoemiipgiecglladlkljgc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/heatmap-visualize-how-you/kfbcangmdhjoemiipgiecglladlkljgc
คำอธิบาย This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers
ขนาดไฟล์ 42.77 KB
จำนวนการติดตั้ง 86
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2019-03-25
วันที่เผยแพร่ 2019-03-19
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา InApps Developers
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://heatmap.vn
URL หน้าช่วยเหลือ https://heatmap.vn
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/heatmap.png",
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_title": "Heatmap admin"
    },
    "default_locale": "en",
    "description": "This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers",
    "homepage_url": "https:\/\/heatmap.vn",
    "icons": {
        "128": "icons\/heatmap.png",
        "16": "icons\/heatmap.png",
        "48": "icons\/heatmap.png"
    },
    "manifest_version": 2,
    "name": "Heatmap - Visualize how your users move",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "short_name": "Heatmap.vn",
    "version": "0.0.2"
}