GazeHunt – attention heatmaps
Instant attention heatmaps powered by AI – ready in a minute.
Qu'est-ce que GazeHunt – attention heatmaps ?
GazeHunt – attention heatmaps est une extension Chrome développée par https://gazehunt.com, et sa fonction principale est "Instant attention heatmaps powered by AI – ready in a minute.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GazeHunt – attention heatmaps
Téléchargez les fichiers d'extension GazeHunt – attention heatmaps au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Get an attention heatmap for your webpage in a minute.
Informations de Base sur l'Extension
Nom | GazeHunt – attention heatmaps |
ID | halhkpaciemcjmfnjehgcepcficmmmog |
URL Officiel | https://chromewebstore.google.com/detail/gazehunt-%E2%80%93-attention-heat/halhkpaciemcjmfnjehgcepcficmmmog |
Description | Instant attention heatmaps powered by AI – ready in a minute. |
Taille du Fichier | 634 KB |
Nombre d'Installations | 43 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2021-08-24 |
Date de Publication | 2021-08-02 |
Développeur | https://gazehunt.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://gazehunt.com/home |
URL de la Page d'Aide | https://gazehunt.com/contact |
URL de la Page de Politique de Confidentialité | https://gazehunt.com/legal/privacy |
Langues Prises en Charge | 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'" } |