Heatmap - Visualize how your users move
This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers
Was ist Heatmap - Visualize how your users move?
Heatmap - Visualize how your users move ist eine Chrome-Erweiterung, die von InApps Developers entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers".
Erweiterungsscreenshots
Heatmap - Visualize how your users move-Erweiterungs-CRX-Datei herunterladen
Laden Sie Heatmap - Visualize how your users move-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kfbcangmdhjoemiipgiecglladlkljgc |
| Offizielle URL | https://chrome.google.com/webstore/detail/heatmap-visualize-how-you/kfbcangmdhjoemiipgiecglladlkljgc |
| Beschreibung | This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers |
| Dateigröße | 42.77 KB |
| Installationsanzahl | 86 |
| Aktuelle Version | 0.0.2 |
| Letztes Update | 2019-03-25 |
| Veröffentlichungsdatum | 2019-03-19 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | InApps Developers |
| Zahlungsart | free |
| Erweiterungswebsite | https://heatmap.vn |
| Hilfeseite URL | https://heatmap.vn |
| Unterstützte Sprachen | 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"
} | |