Web Dashboard

Supplemental browser extension for the NYU Stanford Smartphone Study.

Qu'est-ce que Web Dashboard ?

Web Dashboard est une extension Chrome développée par Audacious Software, et sa fonction principale est "Supplemental browser extension for the NYU Stanford Smartphone Study.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Web Dashboard

Téléchargez les fichiers d'extension Web Dashboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Web Dashboard Web Dashboard
ID oojeoimejbmdaeepdinphanbbapmkaha
URL Officiel https://chrome.google.com/webstore/detail/web-dashboard/oojeoimejbmdaeepdinphanbbapmkaha
Description Supplemental browser extension for the NYU Stanford Smartphone Study.
Taille du Fichier 275 KB
Nombre d'Installations 12
Version Actuelle 0.2.4
Dernière Mise à Jour 2019-08-09
Date de Publication 2019-08-09
Évaluation 5.00/5 Total 2 Évaluations
Développeur Audacious Software
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'; "
}