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 |
官方網址 | 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", " |