Instant Eye Tracking Predictions
Discover how people perceive your designs in a minute! Heat-Map.Co
Instant Eye Tracking Predictionsคืออะไร?
Instant Eye Tracking Predictions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://heat-map.co และคุณลักษณะหลักของมันคือ "Discover how people perceive your designs in a minute! Heat-Map.Co"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instant Eye Tracking Predictions
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |