Attention Prediction Plugin by Fixate.ai
Attention prediction - know what your users see as they view you design
什么是Attention Prediction Plugin by Fixate.ai?
Attention Prediction Plugin by Fixate.ai是由https://fixate.ai开发的Chrome扩展程序,该扩展的主要功能是“Attention prediction - know what your users see as they view you design”。
扩展截图
下载Attention Prediction Plugin by Fixate.ai扩展crx文件
下载Attention Prediction Plugin by Fixate.ai扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Attention Prediction Plugin by Fixate.ai |
ID | llafpaplhoiakjdpfldbaifjpfhcjbmh |
官方URL | https://chromewebstore.google.com/detail/attention-prediction-plug/llafpaplhoiakjdpfldbaifjpfhcjbmh |
简介 | Attention prediction - know what your users see as they view you design |
文件大小 | 143 KB |
安装次数 | 30 |
当前版本 | 1.0.15 |
更新时间 | 2021-05-18 |
上架时间 | 2021-05-02 |
评分 | 5.00/5 共2次评分 |
开发者 | https://fixate.ai |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://fixate.ai |
帮助页面URL | https://fixate.ai |
隐私政策页面URL | https://fixate.ai/privacy-policy |
支持的语言 | 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", " |