GazeHunt – attention heatmaps
Instant attention heatmaps powered by AI – ready in a minute.
Wat is GazeHunt – attention heatmaps?
GazeHunt – attention heatmaps is een Chrome-extensie ontwikkeld door https://gazehunt.com, en de belangrijkste functie is "Instant attention heatmaps powered by AI – ready in a minute.".
Extensie Screenshots
Download het CRX-bestand van de extensie GazeHunt – attention heatmaps
Download GazeHunt – attention heatmaps-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Get an attention heatmap for your webpage in a minute.
Basisinformatie over de Extensie
Naam | GazeHunt – attention heatmaps |
ID | halhkpaciemcjmfnjehgcepcficmmmog |
Officiële URL | https://chromewebstore.google.com/detail/gazehunt-%E2%80%93-attention-heat/halhkpaciemcjmfnjehgcepcficmmmog |
Beschrijving | Instant attention heatmaps powered by AI – ready in a minute. |
Bestandsgrootte | 634 KB |
Aantal Installaties | 43 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2021-08-24 |
Publicatiedatum | 2021-08-02 |
Ontwikkelaar | https://gazehunt.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://gazehunt.com/home |
Help Pagina-URL | https://gazehunt.com/contact |
URL van de Privacybeleid Pagina | https://gazehunt.com/legal/privacy |
Ondersteunde Talen | 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'" } |