ScreenLab Extension
Run ScreenLab simulated eye tracking scans on any web page directly in Chrome
ScreenLab Extension là gì?
ScreenLab Extension là một tiện ích mở rộng Chrome được phát triển bởi https://screenlab.io, và tính năng chính của nó là "Run ScreenLab simulated eye tracking scans on any web page directly in Chrome".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ScreenLab Extension
Tải xuống các tệp mở rộng ScreenLab Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ScreenLab Extension |
ID | fagjodjmjefmknmlajmkdpeialhlhjpn |
URL Chính Thức | https://chromewebstore.google.com/detail/screenlab-extension/fagjodjmjefmknmlajmkdpeialhlhjpn |
Mô tả | Run ScreenLab simulated eye tracking scans on any web page directly in Chrome |
Kích Thước Tệp | 63.29 KB |
Số Lần Cài Đặt | 77 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-03-07 |
Ngày Phát Hành | 2017-03-07 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://screenlab.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.screenlab.io |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |