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 là gì?

Heatmap - Visualize how your users move là một tiện ích mở rộng Chrome được phát triển bởi InApps Developers, và tính năng chính của nó là "This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers".

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

Tải xuống tệp CRX của tiện ích mở rộng Heatmap - Visualize how your users move

Tải xuống các tệp mở rộng Heatmap - Visualize how your users move 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

                        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.                    

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

Tên Heatmap - Visualize how your users move Heatmap - Visualize how your users move
ID kfbcangmdhjoemiipgiecglladlkljgc
URL Chính Thức https://chrome.google.com/webstore/detail/heatmap-visualize-how-you/kfbcangmdhjoemiipgiecglladlkljgc
Mô tả This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers
Kích Thước Tệp 42.77 KB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2019-03-25
Ngày Phát Hành 2019-03-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển InApps Developers
Loại Thanh Toán free
Trang Web Mở Rộng https://heatmap.vn
URL Trang Trợ Giúp https://heatmap.vn
Ngôn Ngữ Được Hỗ Trợ 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"
}