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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
}