Web Dashboard

Supplemental browser extension for the NYU Stanford Smartphone Study.

Was ist Web Dashboard?

Web Dashboard ist eine Chrome-Erweiterung, die von Audacious Software entwickelt wurde, und ihr Hauptmerkmal ist "Supplemental browser extension for the NYU Stanford Smartphone Study.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Web Dashboard-Erweiterungs-CRX-Datei herunterladen

Laden Sie Web Dashboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Web Dashboard Web Dashboard
ID oojeoimejbmdaeepdinphanbbapmkaha
Offizielle URL https://chrome.google.com/webstore/detail/web-dashboard/oojeoimejbmdaeepdinphanbbapmkaha
Beschreibung Supplemental browser extension for the NYU Stanford Smartphone Study.
Dateigröße 275 KB
Installationsanzahl 12
Aktuelle Version 0.2.4
Letztes Update 2019-08-09
Veröffentlichungsdatum 2019-08-09
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Audacious Software
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'; "
}