Web Dashboard

Supplemental browser extension for the NYU Stanford Smartphone Study.

什麼是Web Dashboard?

Web Dashboard是由Audacious Software開發的Chrome擴展程式,該擴展的主要功能是“Supplemental browser extension for the NYU Stanford Smartphone Study.”。

擴展截圖

screenshot
screenshot
screenshot

下載Web Dashboard擴展crx文件

下載Web Dashboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Web Dashboard Web Dashboard
ID oojeoimejbmdaeepdinphanbbapmkaha
官方網址 https://chrome.google.com/webstore/detail/web-dashboard/oojeoimejbmdaeepdinphanbbapmkaha
簡介 Supplemental browser extension for the NYU Stanford Smartphone Study.
檔案大小 275 KB
安裝次數 12
目前版本 0.2.4
更新時間 2019-08-09
上架時間 2019-08-09
評分 5.00/5 共 2 次評分
開發者 Audacious Software
電子郵箱 [email protected]
付費類型 free
支援的語言 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'; "
}