Attention Prediction Plugin by Fixate.ai
Attention prediction - know what your users see as they view you design
Qu'est-ce que Attention Prediction Plugin by Fixate.ai ?
Attention Prediction Plugin by Fixate.ai est une extension Chrome développée par https://fixate.ai, et sa fonction principale est "Attention prediction - know what your users see as they view you design".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Attention Prediction Plugin by Fixate.ai
Téléchargez les fichiers d'extension Attention Prediction Plugin by Fixate.ai 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
Fixate is an automated attention analysis engine for design teams that helps objectively measure the attention-grabbing effectiveness of their visual assets at scale. Fixate analyses any visual content in seconds, automatically giving designers feedback on what is likely to grab the most attention.
Informations de Base sur l'Extension
Nom | Attention Prediction Plugin by Fixate.ai |
ID | llafpaplhoiakjdpfldbaifjpfhcjbmh |
URL Officiel | https://chromewebstore.google.com/detail/attention-prediction-plug/llafpaplhoiakjdpfldbaifjpfhcjbmh |
Description | Attention prediction - know what your users see as they view you design |
Taille du Fichier | 143 KB |
Nombre d'Installations | 30 |
Version Actuelle | 1.0.15 |
Dernière Mise à Jour | 2021-05-18 |
Date de Publication | 2021-05-02 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://fixate.ai |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://fixate.ai |
URL de la Page d'Aide | https://fixate.ai |
URL de la Page de Politique de Confidentialité | https://fixate.ai/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Attention Prediction Plugin by Fixate.ai", "version": "1.0.15", "manifest_version": 2, "description": "Attention prediction - know what your users see as they view you design", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "App.bundle.js" ] }, "content_scripts": [ { "js": [ "jquery\/jquery.min.js", "jquery\/selection.js" ], "css": [], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": { "default_icon": "images\/icon-32.png", "default_popup": "popups\/processing.html" }, "permissions": [ "contextMenus", "tabs", "activeTab", "storage", " |