GazeHunt – attention heatmaps
Instant attention heatmaps powered by AI – ready in a minute.
Cos'è GazeHunt – attention heatmaps?
GazeHunt – attention heatmaps è un'estensione di Chrome sviluppata da https://gazehunt.com, e la sua funzione principale è "Instant attention heatmaps powered by AI – ready in a minute.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GazeHunt – attention heatmaps
Scarica i file di estensione GazeHunt – attention heatmaps in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Get an attention heatmap for your webpage in a minute.
Informazioni di Base sull'Estensione
Nome | GazeHunt – attention heatmaps |
ID | halhkpaciemcjmfnjehgcepcficmmmog |
URL Ufficiale | https://chromewebstore.google.com/detail/gazehunt-%E2%80%93-attention-heat/halhkpaciemcjmfnjehgcepcficmmmog |
Descrizione | Instant attention heatmaps powered by AI – ready in a minute. |
Dimensione del File | 634 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2021-08-24 |
Data di Pubblicazione | 2021-08-02 |
Sviluppatore | https://gazehunt.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://gazehunt.com/home |
URL della Pagina di Aiuto | https://gazehunt.com/contact |
URL della Pagina della Politica sulla Privacy | https://gazehunt.com/legal/privacy |
Lingue Supportate | 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'" } |