AccessUpstate
SUNY Upstate Student Dashboard
Apa itu AccessUpstate?
AccessUpstate adalah ekstensi Chrome yang dikembangkan oleh Zach Visco, dan fitur utamanya adalah "SUNY Upstate Student Dashboard".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AccessUpstate
Unduh file ekstensi AccessUpstate 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
SUNY Upstate Student Dashboard AccessUpstate offers quick and convenient access to a wide range of common social media links, Upstate student resources, and medical research tools. Customize your experience using the button in the top left corner. Functions: - Quick access to Outlook, BlackBoard, Presence, Kaltura, and My Upstate - Current Syracuse weather and and upcoming forecast - Quick access to social media sites and study resources - UpToDate search that works off-campus and integrated PubMed search
Informasi Dasar Ekstensi
Nama | |
ID | ldlnlbaikjjnnpfccaoabbebafmgaeje |
URL Resmi | https://chromewebstore.google.com/detail/accessupstate/ldlnlbaikjjnnpfccaoabbebafmgaeje |
Deskripsi | SUNY Upstate Student Dashboard |
Ukuran File | 21.93 MB |
Jumlah Instalasi | 227 |
Versi Saat Ini | 2.0.1 |
Terakhir Diperbarui | 2021-03-08 |
Tanggal Publikasi | 2018-09-29 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | Zach Visco |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AccessUpstate", "version": "2.0.1", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "js\/jquery.js", "js\/apiKeys.js", "js\/options.js", "js\/background.js", "js\/customizeLinks.js", "js\/clock.js", "js\/weather.js", "js\/searchBars.js", "js\/analytics.js" ], "persistent": false }, "icons": { "16": "img\/main-img\/seal16.png", "48": "img\/main-img\/seal48.png", "128": "img\/main-img\/seal128.png" }, "description": "SUNY Upstate Student Dashboard", "permissions": [ "storage" ] } |