Web Dashboard

Supplemental browser extension for the NYU Stanford Smartphone Study.

What is Web Dashboard?

Web Dashboard is a Chrome extension developed by Audacious Software, and its main feature is "Supplemental browser extension for the NYU Stanford Smartphone Study.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Web Dashboard Extension CRX File

Download Web Dashboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Web Dashboard Web Dashboard
ID oojeoimejbmdaeepdinphanbbapmkaha
Official URL https://chrome.google.com/webstore/detail/web-dashboard/oojeoimejbmdaeepdinphanbbapmkaha
Description Supplemental browser extension for the NYU Stanford Smartphone Study.
File Size 275 KB
Installation Count 12
Current Version 0.2.4
Last Updated 2019-08-09
Publish Date 2019-08-09
Rating 5.00/5 Total 2 Ratings
Developer Audacious Software
Email [email protected]
Payment Type free
Supported Languages 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'; "
}