Web Dashboard
Supplemental browser extension for the NYU Stanford Smartphone Study.
Cos'è Web Dashboard?
Web Dashboard è un'estensione di Chrome sviluppata da Audacious Software, e la sua funzione principale è "Supplemental browser extension for the NYU Stanford Smartphone Study.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Web Dashboard
Scarica i file di estensione Web Dashboard 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | oojeoimejbmdaeepdinphanbbapmkaha |
URL Ufficiale | https://chrome.google.com/webstore/detail/web-dashboard/oojeoimejbmdaeepdinphanbbapmkaha |
Descrizione | Supplemental browser extension for the NYU Stanford Smartphone Study. |
Dimensione del File | 275 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 0.2.4 |
Ultimo Aggiornamento | 2019-08-09 |
Data di Pubblicazione | 2019-08-09 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Audacious Software |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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'; " } |