Attention Prediction Plugin by Fixate.ai
Attention prediction - know what your users see as they view you design
What is Attention Prediction Plugin by Fixate.ai?
Attention Prediction Plugin by Fixate.ai is a Chrome extension developed by https://fixate.ai, and its main feature is "Attention prediction - know what your users see as they view you design".
Extension Screenshots
Download Attention Prediction Plugin by Fixate.ai Extension CRX File
Download Attention Prediction Plugin by Fixate.ai 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
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.
Extension Basic Information
Name | Attention Prediction Plugin by Fixate.ai |
ID | llafpaplhoiakjdpfldbaifjpfhcjbmh |
Official URL | https://chromewebstore.google.com/detail/attention-prediction-plug/llafpaplhoiakjdpfldbaifjpfhcjbmh |
Description | Attention prediction - know what your users see as they view you design |
File Size | 143 KB |
Installation Count | 30 |
Current Version | 1.0.15 |
Last Updated | 2021-05-18 |
Publish Date | 2021-05-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://fixate.ai |
[email protected] | |
Payment Type | free |
Extension Website | https://fixate.ai |
Help Page URL | https://fixate.ai |
Privacy Policy Page URL | https://fixate.ai/privacy-policy |
Supported Languages | 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", " |