GazeHunt – attention heatmaps
Instant attention heatmaps powered by AI – ready in a minute.
Hvad er GazeHunt – attention heatmaps?
GazeHunt – attention heatmaps er en Chrome-udvidelse udviklet af https://gazehunt.com, og dens hovedfunktion er "Instant attention heatmaps powered by AI – ready in a minute.".
Udvidelsesskærmbilleder
Download GazeHunt – attention heatmaps-udvidelses-CRX-fil
Download GazeHunt – attention heatmaps-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Get an attention heatmap for your webpage in a minute.
Grundlæggende oplysninger om udvidelsen
Navn | GazeHunt – attention heatmaps |
ID | halhkpaciemcjmfnjehgcepcficmmmog |
Officiel URL | https://chromewebstore.google.com/detail/gazehunt-%E2%80%93-attention-heat/halhkpaciemcjmfnjehgcepcficmmmog |
Beskrivelse | Instant attention heatmaps powered by AI – ready in a minute. |
Filstørrelse | 634 KB |
Antal Installationer | 43 |
Nuværende Version | 0.1.1 |
Senest Opdateret | 2021-08-24 |
Udgivelsesdato | 2021-08-02 |
Udvikler | https://gazehunt.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://gazehunt.com/home |
Hjælpeside-URL | https://gazehunt.com/contact |
URL til Fortrolighedspolitik Side | https://gazehunt.com/legal/privacy |
Understøttede Sprog | 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'" } |