ScreenLab Extension
Run ScreenLab simulated eye tracking scans on any web page directly in Chrome
ScreenLab Extension란 무엇입니까?
ScreenLab Extension은(는) https://screenlab.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Run ScreenLab simulated eye tracking scans on any web page directly in Chrome"입니다.
확장 프로그램 스크린샷
ScreenLab Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The ScreenLab Extensions allows you to run scans using the ScreenLab eye tracking simulator directly from your Chrome browser. See which parts of a web page are most likely to draw users attention. Find out what people miss. Use the heat map results to fine tune and optimise page designs for conversion. For more information see https://www.screenlab.io
확장 프로그램 기본 정보
이름 | ScreenLab Extension |
ID | fagjodjmjefmknmlajmkdpeialhlhjpn |
공식 URL | https://chromewebstore.google.com/detail/screenlab-extension/fagjodjmjefmknmlajmkdpeialhlhjpn |
설명 | Run ScreenLab simulated eye tracking scans on any web page directly in Chrome |
파일 크기 | 63.29 KB |
설치 횟수 | 77 |
현재 버전 | 1.0 |
최근 업데이트 | 2017-03-07 |
출시 날짜 | 2017-03-07 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | https://screenlab.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.screenlab.io |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ScreenLab Extension", "version": "1.0", "author": "ScreenLab Ltd", "short_name": "ScreenLab", "description": "Run ScreenLab simulated eye tracking scans on any web page directly in Chrome", "background": { "persistent": true, "scripts": [ "jquery.js", "background.js" ] }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "ScreenLab" }, "permissions": [ "activeTab", "storage", "https:\/\/screenlab.io\/", "http:\/\/screenlab.io\/" ], "options_ui": { "page": "options.html", "chrome_style": true } } |