Heatmap - Visualize how your users move
This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers
Wat is Heatmap - Visualize how your users move?
Heatmap - Visualize how your users move is een Chrome-extensie ontwikkeld door InApps Developers, en de belangrijkste functie is "This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers".
Extensie Screenshots
Download het CRX-bestand van de extensie Heatmap - Visualize how your users move
Download Heatmap - Visualize how your users move-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kfbcangmdhjoemiipgiecglladlkljgc |
Officiële URL | https://chrome.google.com/webstore/detail/heatmap-visualize-how-you/kfbcangmdhjoemiipgiecglladlkljgc |
Beschrijving | This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers |
Bestandsgrootte | 42.77 KB |
Aantal Installaties | 86 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2019-03-25 |
Publicatiedatum | 2019-03-19 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | InApps Developers |
Betalingswijze | free |
Extensiewebsite | https://heatmap.vn |
Help Pagina-URL | https://heatmap.vn |
Ondersteunde Talen | 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" } |