Heatmap - Visualize how your users move

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

Vad är Heatmap - Visualize how your users move?

Heatmap - Visualize how your users move är en Chrome-tillägg utvecklad av InApps Developers, och dess huvudfunktion är "This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers".

Tilläggsskärmbilder

Ladda ner Heatmap - Visualize how your users move-förlängningens CRX-fil

Ladda ner Heatmap - Visualize how your users move-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Heatmap - Visualize how your users move Heatmap - Visualize how your users move
ID kfbcangmdhjoemiipgiecglladlkljgc
Officiell webbadress https://chrome.google.com/webstore/detail/heatmap-visualize-how-you/kfbcangmdhjoemiipgiecglladlkljgc
Beskrivning This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers
Filstorlek 42.77 KB
Antal Installationer 86
Aktuell Version 0.0.2
Senast Uppdaterad 2019-03-25
Publiceringsdatum 2019-03-19
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare InApps Developers
Betalningssätt free
Tilläggswebbplats https://heatmap.vn
Hjälpsida URL https://heatmap.vn
Stödda Språk 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"
}