Heatmap - Visualize how your users move

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

What is Heatmap - Visualize how your users move?

Heatmap - Visualize how your users move is a Chrome extension developed by InApps Developers, and its main feature is "This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers".

Extension Screenshots

Download Heatmap - Visualize how your users move Extension CRX File

Download Heatmap - Visualize how your users move extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Heatmap - Visualize how your users move Heatmap - Visualize how your users move
ID kfbcangmdhjoemiipgiecglladlkljgc
Official URL https://chrome.google.com/webstore/detail/heatmap-visualize-how-you/kfbcangmdhjoemiipgiecglladlkljgc
Description This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers
File Size 42.77 KB
Installation Count 86
Current Version 0.0.2
Last Updated 2019-03-25
Publish Date 2019-03-19
Rating 5.00/5 Total 2 Ratings
Developer InApps Developers
Payment Type free
Extension Website https://heatmap.vn
Help Page URL https://heatmap.vn
Supported Languages 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"
}