ScreenLab Extension

Run ScreenLab simulated eye tracking scans on any web page directly in Chrome

Qu'est-ce que ScreenLab Extension ?

ScreenLab Extension est une extension Chrome développée par https://screenlab.io, et sa fonction principale est "Run ScreenLab simulated eye tracking scans on any web page directly in Chrome".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ScreenLab Extension

Téléchargez les fichiers d'extension ScreenLab Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ScreenLab Extension ScreenLab Extension
ID fagjodjmjefmknmlajmkdpeialhlhjpn
URL Officiel https://chromewebstore.google.com/detail/screenlab-extension/fagjodjmjefmknmlajmkdpeialhlhjpn
Description Run ScreenLab simulated eye tracking scans on any web page directly in Chrome
Taille du Fichier 63.29 KB
Nombre d'Installations 77
Version Actuelle 1.0
Dernière Mise à Jour 2017-03-07
Date de Publication 2017-03-07
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://screenlab.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.screenlab.io
Langues Prises en Charge 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
    }
}