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 - это расширение Chrome, разработанное InApps Developers, и его основная функция - "This extension helps Heatmap's users to view iframe of websites that contain X-Frame-Options in headers".
Снимки экрана расширения
Скачать файл CRX расширения Heatmap - Visualize how your users move
Скачайте файлы расширений 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" } |