ScreenLab Extension
Run ScreenLab simulated eye tracking scans on any web page directly in Chrome
O que é ScreenLab Extension?
ScreenLab Extension é uma extensão do Chrome desenvolvida por https://screenlab.io, e sua principal característica é "Run ScreenLab simulated eye tracking scans on any web page directly in Chrome".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ScreenLab Extension
Baixe arquivos de extensão ScreenLab Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | ScreenLab Extension |
ID | fagjodjmjefmknmlajmkdpeialhlhjpn |
URL Oficial | https://chromewebstore.google.com/detail/screenlab-extension/fagjodjmjefmknmlajmkdpeialhlhjpn |
Descrição | Run ScreenLab simulated eye tracking scans on any web page directly in Chrome |
Tamanho do Arquivo | 63.29 KB |
Contagem de Instalações | 77 |
Versão Atual | 1.0 |
Última Atualização | 2017-03-07 |
Data de Publicação | 2017-03-07 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | https://screenlab.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.screenlab.io |
Idiomas Suportados | 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 } } |