AccessUpstate

SUNY Upstate Student Dashboard

Was ist AccessUpstate?

AccessUpstate ist eine Chrome-Erweiterung, die von Zach Visco entwickelt wurde, und ihr Hauptmerkmal ist "SUNY Upstate Student Dashboard".

Erweiterungsscreenshots

screenshot

AccessUpstate-Erweiterungs-CRX-Datei herunterladen

Laden Sie AccessUpstate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name AccessUpstate AccessUpstate
ID ldlnlbaikjjnnpfccaoabbebafmgaeje
Offizielle URL https://chromewebstore.google.com/detail/accessupstate/ldlnlbaikjjnnpfccaoabbebafmgaeje
Beschreibung SUNY Upstate Student Dashboard
Dateigröße 21.93 MB
Installationsanzahl 227
Aktuelle Version 2.0.1
Letztes Update 2021-03-08
Veröffentlichungsdatum 2018-09-29
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler Zach Visco
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}