Web Dashboard

Supplemental browser extension for the NYU Stanford Smartphone Study.

Web Dashboard là gì?

Web Dashboard là một tiện ích mở rộng Chrome được phát triển bởi Audacious Software, và tính năng chính của nó là "Supplemental browser extension for the NYU Stanford Smartphone Study.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Dashboard

Tải xuống các tệp mở rộng Web Dashboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Dashboard Web Dashboard
ID oojeoimejbmdaeepdinphanbbapmkaha
URL Chính Thức https://chrome.google.com/webstore/detail/web-dashboard/oojeoimejbmdaeepdinphanbbapmkaha
Mô tả Supplemental browser extension for the NYU Stanford Smartphone Study.
Kích Thước Tệp 275 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 0.2.4
Cập Nhật Lần Cuối 2019-08-09
Ngày Phát Hành 2019-08-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Audacious Software
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'; "
}