CourseOff Registration for UMD

This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…

Co to jest CourseOff Registration for UMD?

CourseOff Registration for UMD to rozszerzenie Chrome opracowane przez vcapra1, a jego główną funkcją jest „This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia CourseOff Registration for UMD

Pobierz pliki rozszerzeń CourseOff Registration for UMD 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

                        This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly from CourseOff into Testudo.                    

Podstawowe informacje o rozszerzeniu

Nazwa CourseOff Registration for UMD CourseOff Registration for UMD
ID mahehfffnjnmiggjhmgbdaphmbhghjhe
Oficjalny URL https://chromewebstore.google.com/detail/courseoff-registration-fo/mahehfffnjnmiggjhmgbdaphmbhghjhe
Opis This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…
Rozmiar pliku 202 KB
Liczba instalacji 138
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2019-05-20
Data Publikacji 2019-05-19
Deweloper vcapra1
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": "CourseOff Registration for UMD",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/umd.courseoff.com\/workspace*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}