GazeHunt – attention heatmaps
Instant attention heatmaps powered by AI – ready in a minute.
Was ist GazeHunt – attention heatmaps?
GazeHunt – attention heatmaps ist eine Chrome-Erweiterung, die von https://gazehunt.com entwickelt wurde, und ihr Hauptmerkmal ist "Instant attention heatmaps powered by AI – ready in a minute.".
Erweiterungsscreenshots
GazeHunt – attention heatmaps-Erweiterungs-CRX-Datei herunterladen
Laden Sie GazeHunt – attention heatmaps-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Get an attention heatmap for your webpage in a minute.
Grundlegende Informationen zur Erweiterung
Name | GazeHunt – attention heatmaps |
ID | halhkpaciemcjmfnjehgcepcficmmmog |
Offizielle URL | https://chromewebstore.google.com/detail/gazehunt-%E2%80%93-attention-heat/halhkpaciemcjmfnjehgcepcficmmmog |
Beschreibung | Instant attention heatmaps powered by AI – ready in a minute. |
Dateigröße | 634 KB |
Installationsanzahl | 43 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2021-08-24 |
Veröffentlichungsdatum | 2021-08-02 |
Entwickler | https://gazehunt.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://gazehunt.com/home |
Hilfeseite URL | https://gazehunt.com/contact |
URL der Datenschutzrichtlinien-Seite | https://gazehunt.com/legal/privacy |
Unterstützte Sprachen | 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'" } |