Heatmap - Visualize how your users move
This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers
Apa itu Heatmap - Visualize how your users move?
Heatmap - Visualize how your users move adalah ekstensi Chrome yang dikembangkan oleh InApps Developers, dan fitur utamanya adalah "This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Heatmap - Visualize how your users move
Unduh file ekstensi Heatmap - Visualize how your users move dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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. Informasi Dasar Ekstensi
| Nama | |
| ID | kfbcangmdhjoemiipgiecglladlkljgc |
| URL Resmi | https://chrome.google.com/webstore/detail/heatmap-visualize-how-you/kfbcangmdhjoemiipgiecglladlkljgc |
| Deskripsi | This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers |
| Ukuran File | 42.77 KB |
| Jumlah Instalasi | 86 |
| Versi Saat Ini | 0.0.2 |
| Terakhir Diperbarui | 2019-03-25 |
| Tanggal Publikasi | 2019-03-19 |
| Penilaian | 5.00/5 Total 2 Penilaian |
| Pengembang | InApps Developers |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://heatmap.vn |
| URL Halaman Bantuan | https://heatmap.vn |
| Bahasa yang Didukung | 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"
} | |