GazeHunt – attention heatmaps
Instant attention heatmaps powered by AI – ready in a minute.
What is GazeHunt – attention heatmaps?
GazeHunt – attention heatmaps is a Chrome extension developed by https://gazehunt.com, and its main feature is "Instant attention heatmaps powered by AI – ready in a minute.".
Extension Screenshots
Download GazeHunt – attention heatmaps Extension CRX File
Download GazeHunt – attention heatmaps extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Get an attention heatmap for your webpage in a minute.
Extension Basic Information
Name | GazeHunt – attention heatmaps |
ID | halhkpaciemcjmfnjehgcepcficmmmog |
Official URL | https://chromewebstore.google.com/detail/gazehunt-%E2%80%93-attention-heat/halhkpaciemcjmfnjehgcepcficmmmog |
Description | Instant attention heatmaps powered by AI – ready in a minute. |
File Size | 634 KB |
Installation Count | 43 |
Current Version | 0.1.1 |
Last Updated | 2021-08-24 |
Publish Date | 2021-08-02 |
Developer | https://gazehunt.com |
[email protected] | |
Payment Type | free |
Extension Website | https://gazehunt.com/home |
Help Page URL | https://gazehunt.com/contact |
Privacy Policy Page URL | https://gazehunt.com/legal/privacy |
Supported Languages | 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'" } |