GazeHunt – attention heatmaps
Instant attention heatmaps powered by AI – ready in a minute.
Что такое GazeHunt – attention heatmaps?
GazeHunt – attention heatmaps - это расширение Chrome, разработанное https://gazehunt.com, и его основная функция - "Instant attention heatmaps powered by AI – ready in a minute.".
Снимки экрана расширения
Скачать файл CRX расширения GazeHunt – attention heatmaps
Скачайте файлы расширений GazeHunt – attention heatmaps в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Get an attention heatmap for your webpage in a minute.
Основная информация о расширении
Название | GazeHunt – attention heatmaps |
ID | halhkpaciemcjmfnjehgcepcficmmmog |
Официальный URL | https://chromewebstore.google.com/detail/gazehunt-%E2%80%93-attention-heat/halhkpaciemcjmfnjehgcepcficmmmog |
Описание | Instant attention heatmaps powered by AI – ready in a minute. |
Размер файла | 634 KB |
Количество установок | 43 |
Текущая Версия | 0.1.1 |
Последнее Обновление | 2021-08-24 |
Дата публикации | 2021-08-02 |
Разработчик | https://gazehunt.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://gazehunt.com/home |
URL страницы помощи | https://gazehunt.com/contact |
URL страницы политики конфиденциальности | https://gazehunt.com/legal/privacy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GazeHunt \u2013 attention heatmaps", "homepage_url": "https:\/\/gazehunt.com\/", "description": "Instant attention heatmaps powered by AI \u2013 ready in a minute.", "default_locale": "en", "permissions": [ "activeTab", "https:\/\/gazehunt.com\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Attention heatmap", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "version": "0.1.1", "content_security_policy": "script-src 'self' ; object-src 'self'" } |