ScreenLab Extension

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

Co to jest ScreenLab Extension?

ScreenLab Extension to rozszerzenie Chrome opracowane przez https://screenlab.io, a jego główną funkcją jest „Run ScreenLab simulated eye tracking scans on any web page directly in Chrome”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ScreenLab Extension

Pobierz pliki rozszerzeń ScreenLab Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa ScreenLab Extension ScreenLab Extension
ID fagjodjmjefmknmlajmkdpeialhlhjpn
Oficjalny URL https://chromewebstore.google.com/detail/screenlab-extension/fagjodjmjefmknmlajmkdpeialhlhjpn
Opis Run ScreenLab simulated eye tracking scans on any web page directly in Chrome
Rozmiar pliku 63.29 KB
Liczba instalacji 77
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-03-07
Data Publikacji 2017-03-07
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper https://screenlab.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.screenlab.io
Obsługiwane Języki 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
    }
}