GazeHunt – attention heatmaps
Instant attention heatmaps powered by AI – ready in a minute.
¿Qué es GazeHunt – attention heatmaps?
GazeHunt – attention heatmaps es una extensión de Chrome desarrollada por https://gazehunt.com, y su función principal es "Instant attention heatmaps powered by AI – ready in a minute.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GazeHunt – attention heatmaps
Descarga archivos de extensión GazeHunt – attention heatmaps en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Get an attention heatmap for your webpage in a minute.
Información Básica de la Extensión
Nombre | GazeHunt – attention heatmaps |
ID | halhkpaciemcjmfnjehgcepcficmmmog |
URL Oficial | https://chromewebstore.google.com/detail/gazehunt-%E2%80%93-attention-heat/halhkpaciemcjmfnjehgcepcficmmmog |
Descripción | Instant attention heatmaps powered by AI – ready in a minute. |
Tamaño del Archivo | 634 KB |
Cantidad de Instalaciones | 43 |
Versión Actual | 0.1.1 |
Última Actualización | 2021-08-24 |
Fecha de Publicación | 2021-08-02 |
Desarrollador | https://gazehunt.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://gazehunt.com/home |
URL de la Página de Ayuda | https://gazehunt.com/contact |
URL de la Página de Política de Privacidad | https://gazehunt.com/legal/privacy |
Idiomas Soportados | 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'" } |