Heatmap - Visualize how your users move
This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers
什麼是Heatmap - Visualize how your users move?
Heatmap - Visualize how your users move是由InApps Developers開發的Chrome擴展程式,該擴展的主要功能是“This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers”。
擴展截圖
下載Heatmap - Visualize how your users move擴展crx文件
下載Heatmap - Visualize how your users move擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | kfbcangmdhjoemiipgiecglladlkljgc |
官方網址 | https://chrome.google.com/webstore/detail/heatmap-visualize-how-you/kfbcangmdhjoemiipgiecglladlkljgc |
簡介 | This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers |
檔案大小 | 42.77 KB |
安裝次數 | 86 |
目前版本 | 0.0.2 |
更新時間 | 2019-03-25 |
上架時間 | 2019-03-19 |
評分 | 5.00/5 共 2 次評分 |
開發者 | InApps Developers |
付費類型 | free |
擴展官網 | https://heatmap.vn |
說明頁面URL | https://heatmap.vn |
支援的語言 | 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" } |