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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |