Web Dashboard
Supplemental browser extension for the NYU Stanford Smartphone Study.
¿Qué es Web Dashboard?
Web Dashboard es una extensión de Chrome desarrollada por Audacious Software, y su función principal es "Supplemental browser extension for the NYU Stanford Smartphone Study.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Web Dashboard
Descarga archivos de extensión Web Dashboard en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | oojeoimejbmdaeepdinphanbbapmkaha |
URL Oficial | https://chrome.google.com/webstore/detail/web-dashboard/oojeoimejbmdaeepdinphanbbapmkaha |
Descripción | Supplemental browser extension for the NYU Stanford Smartphone Study. |
Tamaño del Archivo | 275 KB |
Cantidad de Instalaciones | 12 |
Versión Actual | 0.2.4 |
Última Actualización | 2019-08-09 |
Fecha de Publicación | 2019-08-09 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Audacious Software |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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'; " } |