AccessUpstate
SUNY Upstate Student Dashboard
Cos'è AccessUpstate?
AccessUpstate è un'estensione di Chrome sviluppata da Zach Visco, e la sua funzione principale è "SUNY Upstate Student Dashboard".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AccessUpstate
Scarica i file di estensione AccessUpstate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | ldlnlbaikjjnnpfccaoabbebafmgaeje |
URL Ufficiale | https://chromewebstore.google.com/detail/accessupstate/ldlnlbaikjjnnpfccaoabbebafmgaeje |
Descrizione | SUNY Upstate Student Dashboard |
Dimensione del File | 21.93 MB |
Conteggio Installazioni | 227 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2021-03-08 |
Data di Pubblicazione | 2018-09-29 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Zach Visco |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |