GazeHunt – attention heatmaps
Instant attention heatmaps powered by AI – ready in a minute.
Vad är GazeHunt – attention heatmaps?
GazeHunt – attention heatmaps är en Chrome-tillägg utvecklad av https://gazehunt.com, och dess huvudfunktion är "Instant attention heatmaps powered by AI – ready in a minute.".
Tilläggsskärmbilder
Ladda ner GazeHunt – attention heatmaps-förlängningens CRX-fil
Ladda ner GazeHunt – attention heatmaps-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Get an attention heatmap for your webpage in a minute.
Grundläggande Information om Tillägg
Namn | GazeHunt – attention heatmaps |
ID | halhkpaciemcjmfnjehgcepcficmmmog |
Officiell webbadress | https://chromewebstore.google.com/detail/gazehunt-%E2%80%93-attention-heat/halhkpaciemcjmfnjehgcepcficmmmog |
Beskrivning | Instant attention heatmaps powered by AI – ready in a minute. |
Filstorlek | 634 KB |
Antal Installationer | 43 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2021-08-24 |
Publiceringsdatum | 2021-08-02 |
Utvecklare | https://gazehunt.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://gazehunt.com/home |
Hjälpsida URL | https://gazehunt.com/contact |
URL till Sekretesspolicy Sidan | https://gazehunt.com/legal/privacy |
Stödda Språk | 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'" } |