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 |
电子邮箱 | [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 } |