Web Dashboard
Supplemental browser extension for the NYU Stanford Smartphone Study.
Wat is Web Dashboard?
Web Dashboard is een Chrome-extensie ontwikkeld door Audacious Software, en de belangrijkste functie is "Supplemental browser extension for the NYU Stanford Smartphone Study.".
Extensie Screenshots
Download het CRX-bestand van de extensie Web Dashboard
Download Web Dashboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | oojeoimejbmdaeepdinphanbbapmkaha |
Officiële URL | https://chrome.google.com/webstore/detail/web-dashboard/oojeoimejbmdaeepdinphanbbapmkaha |
Beschrijving | Supplemental browser extension for the NYU Stanford Smartphone Study. |
Bestandsgrootte | 275 KB |
Aantal Installaties | 12 |
Huidige Versie | 0.2.4 |
Laatst Bijgewerkt | 2019-08-09 |
Publicatiedatum | 2019-08-09 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Audacious Software |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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'; " } |