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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Instant Eye Tracking Predictions
ID gdlphncgdlaajddhdginocbkndmceaml
官方網址 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
}