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"
} | |