Heatmap - Visualize how your users move
This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers
Co to jest Heatmap - Visualize how your users move?
Heatmap - Visualize how your users move to rozszerzenie Chrome opracowane przez InApps Developers, a jego główną funkcją jest „This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Heatmap - Visualize how your users move
Pobierz pliki rozszerzeń Heatmap - Visualize how your users move w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kfbcangmdhjoemiipgiecglladlkljgc |
Oficjalny URL | https://chrome.google.com/webstore/detail/heatmap-visualize-how-you/kfbcangmdhjoemiipgiecglladlkljgc |
Opis | This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers |
Rozmiar pliku | 42.77 KB |
Liczba instalacji | 86 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2019-03-25 |
Data Publikacji | 2019-03-19 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | InApps Developers |
Typ Płatności | free |
Strona Rozszerzenia | https://heatmap.vn |
Adres URL Strony Pomocy | https://heatmap.vn |
Obsługiwane Języki | 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" } |