AccessUpstate

SUNY Upstate Student Dashboard

Co to jest AccessUpstate?

AccessUpstate to rozszerzenie Chrome opracowane przez Zach Visco, a jego główną funkcją jest „SUNY Upstate Student Dashboard”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AccessUpstate

Pobierz pliki rozszerzeń AccessUpstate w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa AccessUpstate AccessUpstate
ID ldlnlbaikjjnnpfccaoabbebafmgaeje
Oficjalny URL https://chromewebstore.google.com/detail/accessupstate/ldlnlbaikjjnnpfccaoabbebafmgaeje
Opis SUNY Upstate Student Dashboard
Rozmiar pliku 21.93 MB
Liczba instalacji 227
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2021-03-08
Data Publikacji 2018-09-29
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper Zach Visco
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}