Heatmap - Visualize how your users move

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

Cos'è Heatmap - Visualize how your users move?

Heatmap - Visualize how your users move è un'estensione di Chrome sviluppata da InApps Developers, e la sua funzione principale è "This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Heatmap - Visualize how your users move

Scarica i file di estensione Heatmap - Visualize how your users move in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Heatmap - Visualize how your users move Heatmap - Visualize how your users move
ID kfbcangmdhjoemiipgiecglladlkljgc
URL Ufficiale https://chrome.google.com/webstore/detail/heatmap-visualize-how-you/kfbcangmdhjoemiipgiecglladlkljgc
Descrizione This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers
Dimensione del File 42.77 KB
Conteggio Installazioni 86
Versione Corrente 0.0.2
Ultimo Aggiornamento 2019-03-25
Data di Pubblicazione 2019-03-19
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore InApps Developers
Tipo di Pagamento free
Sito Web dell'Estensione https://heatmap.vn
URL della Pagina di Aiuto https://heatmap.vn
Lingue Supportate 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"
}