ScreenLab Extension
Run ScreenLab simulated eye tracking scans on any web page directly in Chrome
Cos'è ScreenLab Extension?
ScreenLab Extension è un'estensione di Chrome sviluppata da https://screenlab.io, e la sua funzione principale è "Run ScreenLab simulated eye tracking scans on any web page directly in Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ScreenLab Extension
Scarica i file di estensione ScreenLab Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | ScreenLab Extension |
ID | fagjodjmjefmknmlajmkdpeialhlhjpn |
URL Ufficiale | https://chromewebstore.google.com/detail/screenlab-extension/fagjodjmjefmknmlajmkdpeialhlhjpn |
Descrizione | Run ScreenLab simulated eye tracking scans on any web page directly in Chrome |
Dimensione del File | 63.29 KB |
Conteggio Installazioni | 77 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-03-07 |
Data di Pubblicazione | 2017-03-07 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | https://screenlab.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.screenlab.io |
Lingue Supportate | 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 } } |