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 |
公式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 |
Eメール | [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 } } |