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 |
Eメール | [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", " |