AccessUpstate
SUNY Upstate Student Dashboard
Wat is AccessUpstate?
AccessUpstate is een Chrome-extensie ontwikkeld door Zach Visco, en de belangrijkste functie is "SUNY Upstate Student Dashboard".
Extensie Screenshots
Download het CRX-bestand van de extensie AccessUpstate
Download AccessUpstate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | ldlnlbaikjjnnpfccaoabbebafmgaeje |
Officiële URL | https://chromewebstore.google.com/detail/accessupstate/ldlnlbaikjjnnpfccaoabbebafmgaeje |
Beschrijving | SUNY Upstate Student Dashboard |
Bestandsgrootte | 21.93 MB |
Aantal Installaties | 227 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2021-03-08 |
Publicatiedatum | 2018-09-29 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Zach Visco |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |