Web Dashboard

Supplemental browser extension for the NYU Stanford Smartphone Study.

Apa itu Web Dashboard?

Web Dashboard adalah ekstensi Chrome yang dikembangkan oleh Audacious Software, dan fitur utamanya adalah "Supplemental browser extension for the NYU Stanford Smartphone Study.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Web Dashboard

Unduh file ekstensi Web Dashboard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Web Dashboard Web Dashboard
ID oojeoimejbmdaeepdinphanbbapmkaha
URL Resmi https://chrome.google.com/webstore/detail/web-dashboard/oojeoimejbmdaeepdinphanbbapmkaha
Deskripsi Supplemental browser extension for the NYU Stanford Smartphone Study.
Ukuran File 275 KB
Jumlah Instalasi 12
Versi Saat Ini 0.2.4
Terakhir Diperbarui 2019-08-09
Tanggal Publikasi 2019-08-09
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Audacious Software
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'; "
}