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
公式URL 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
Eメール [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'; "
}