Instant Eye Tracking Predictions
Discover how people perceive your designs in a minute! Heat-Map.Co
Instant Eye Tracking Predictionsとは何ですか?
Instant Eye Tracking Predictionsはhttps://heat-map.coによって開発されたChromeの拡張機能で、その主な機能は「Discover how people perceive your designs in a minute! Heat-Map.Co」です。
拡張機能のスクリーンショット
Instant Eye Tracking Predictions拡張機能のCRXファイルをダウンロード
Instant Eye Tracking Predictions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
HeatMapCo eye-tracking prediction technology helps users make their websites more profitable and user-friendly. The plugin allows to analyse web pages, mock-ups or images to clearly understand how people perceive it What makes HeatMapCo better than other similar services? - it is very fast (the result is typically available in less than 20 seconds) - it is extremely easy to use (no need to insert special codes or scripts into the web page). HeatMapCo is a very useful service for: - Designers - Advertising Agencies - Merchandisers - Marketeers Want to learn about our features? Check out HeatMapCo features at http://www.heat-map.co
拡張機能の基本情報
名前 | Instant Eye Tracking Predictions |
ID | gdlphncgdlaajddhdginocbkndmceaml |
公式URL | https://chromewebstore.google.com/detail/instant-eye-tracking-pred/gdlphncgdlaajddhdginocbkndmceaml |
説明 | Discover how people perceive your designs in a minute! Heat-Map.Co |
ファイルサイズ | 201 KB |
インストール数 | 2,385 |
現在のバージョン | 1.6.3 |
最終更新日 | 2018-10-10 |
公開日 | 2018-10-09 |
評価 | 2.26/5 合計 23 レビュー |
開発者 | https://heat-map.co |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://heat-map.co |
ヘルプページのURL | http://heat-map.co/faqs/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant Eye Tracking Predictions", "short_name": "Eye Tracking", "version": "1.6.3", "description": "Discover how people perceive your designs in a minute! Heat-Map.Co", "background": { "persistent": true, "page": "app\/background\/background.html" }, "homepage_url": "http:\/\/heat-map.co\/", "icons": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png", "48": "icons\/icon.png" }, "browser_action": { "default_icon": "icons\/icon-19.png", "default_popup": "app\/popup\/popup.html", "default_title": "Create a Visual Perception Analysis Heatmap" }, "permissions": [ "activeTab", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "manifest_version": 2 } |