Web Dashboard
Supplemental browser extension for the NYU Stanford Smartphone Study.
O que é Web Dashboard?
Web Dashboard é uma extensão do Chrome desenvolvida por Audacious Software, e sua principal característica é "Supplemental browser extension for the NYU Stanford Smartphone Study.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Web Dashboard
Baixe arquivos de extensão Web Dashboard 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
This extension supplements data collection for the NYU Stanford Smartphone Study. For more information, contact [email protected]. For study participants, it uploads your curated web history to the study servers for inclusion with data collected by the Phone Dashboard Android app. If you are not part of the NYU Stanford Smartphone Study, please do not install this extension.
Informações Básicas da Extensão
Nome | |
ID | oojeoimejbmdaeepdinphanbbapmkaha |
URL Oficial | https://chrome.google.com/webstore/detail/web-dashboard/oojeoimejbmdaeepdinphanbbapmkaha |
Descrição | Supplemental browser extension for the NYU Stanford Smartphone Study. |
Tamanho do Arquivo | 275 KB |
Contagem de Instalações | 12 |
Versão Atual | 0.2.4 |
Última Atualização | 2019-08-09 |
Data de Publicação | 2019-08-09 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Audacious Software |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Dashboard", "version": "0.2.4", "short_name": "Web Dashboard", "description": "Supplemental browser extension for the NYU Stanford Smartphone Study.", "permissions": [ "history", "tabs", "storage", "alarms" ], "browser_action": { "default_icon": "images\/icon-48.png" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "js\/app\/chrome.js" ] }, "browser_specific_settings": { "gecko": { "strict_min_version": "55.0" } }, "content_security_policy": "script-src 'self' https:\/\/unpkg.com; object-src 'self'; " } |