Heatmap - Visualize how your users move

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

O que é Heatmap - Visualize how your users move?

Heatmap - Visualize how your users move é uma extensão do Chrome desenvolvida por InApps Developers, e sua principal característica é "This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Heatmap - Visualize how your users move

Baixe arquivos de extensão Heatmap - Visualize how your users move no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Heatmap - Visualize how your users move Heatmap - Visualize how your users move
ID kfbcangmdhjoemiipgiecglladlkljgc
URL Oficial https://chrome.google.com/webstore/detail/heatmap-visualize-how-you/kfbcangmdhjoemiipgiecglladlkljgc
Descrição This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers
Tamanho do Arquivo 42.77 KB
Contagem de Instalações 86
Versão Atual 0.0.2
Última Atualização 2019-03-25
Data de Publicação 2019-03-19
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor InApps Developers
Tipo de Pagamento free
Site da Extensão https://heatmap.vn
URL da Página de Ajuda https://heatmap.vn
Idiomas Suportados 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"
}