Web Dashboard

Supplemental browser extension for the NYU Stanford Smartphone Study.

Vad är Web Dashboard?

Web Dashboard är en Chrome-tillägg utvecklad av Audacious Software, och dess huvudfunktion är "Supplemental browser extension for the NYU Stanford Smartphone Study.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Web Dashboard-förlängningens CRX-fil

Ladda ner Web Dashboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Web Dashboard Web Dashboard
ID oojeoimejbmdaeepdinphanbbapmkaha
Officiell webbadress https://chrome.google.com/webstore/detail/web-dashboard/oojeoimejbmdaeepdinphanbbapmkaha
Beskrivning Supplemental browser extension for the NYU Stanford Smartphone Study.
Filstorlek 275 KB
Antal Installationer 12
Aktuell Version 0.2.4
Senast Uppdaterad 2019-08-09
Publiceringsdatum 2019-08-09
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Audacious Software
E-post [email protected]
Betalningssätt free
Stödda Språk 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'; "
}