ScreenLab Extension
Run ScreenLab simulated eye tracking scans on any web page directly in Chrome
What is ScreenLab Extension?
ScreenLab Extension is a Chrome extension developed by https://screenlab.io, and its main feature is "Run ScreenLab simulated eye tracking scans on any web page directly in Chrome".
Extension Screenshots
Download ScreenLab Extension Extension CRX File
Download ScreenLab Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ScreenLab Extension |
ID | fagjodjmjefmknmlajmkdpeialhlhjpn |
Official URL | https://chromewebstore.google.com/detail/screenlab-extension/fagjodjmjefmknmlajmkdpeialhlhjpn |
Description | Run ScreenLab simulated eye tracking scans on any web page directly in Chrome |
File Size | 63.29 KB |
Installation Count | 77 |
Current Version | 1.0 |
Last Updated | 2017-03-07 |
Publish Date | 2017-03-07 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://screenlab.io |
[email protected] | |
Payment Type | free |
Extension Website | http://www.screenlab.io |
Supported Languages | 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 } } |