Web Dashboard
Supplemental browser extension for the NYU Stanford Smartphone Study.
Co to jest Web Dashboard?
Web Dashboard to rozszerzenie Chrome opracowane przez Audacious Software, a jego główną funkcją jest „Supplemental browser extension for the NYU Stanford Smartphone Study.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Web Dashboard
Pobierz pliki rozszerzeń Web Dashboard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | oojeoimejbmdaeepdinphanbbapmkaha |
Oficjalny URL | https://chrome.google.com/webstore/detail/web-dashboard/oojeoimejbmdaeepdinphanbbapmkaha |
Opis | Supplemental browser extension for the NYU Stanford Smartphone Study. |
Rozmiar pliku | 275 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 0.2.4 |
Ostatnia Aktualizacja | 2019-08-09 |
Data Publikacji | 2019-08-09 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Audacious Software |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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'; " } |