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文件
下載ScreenLab Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } } |