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”。

扩展截图

screenshot

下载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 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
    }
}