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 |
| 官方URL | 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"
} | |