CourseOff Registration for UMD
This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…
Cos'è CourseOff Registration for UMD?
CourseOff Registration for UMD è un'estensione di Chrome sviluppata da vcapra1, e la sua funzione principale è "This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CourseOff Registration for UMD
Scarica i file di estensione CourseOff Registration for UMD 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
This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly from CourseOff into Testudo.
Informazioni di Base sull'Estensione
Nome | CourseOff Registration for UMD |
ID | mahehfffnjnmiggjhmgbdaphmbhghjhe |
URL Ufficiale | https://chromewebstore.google.com/detail/courseoff-registration-fo/mahehfffnjnmiggjhmgbdaphmbhghjhe |
Descrizione | This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly… |
Dimensione del File | 202 KB |
Conteggio Installazioni | 138 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2019-05-20 |
Data di Pubblicazione | 2019-05-19 |
Sviluppatore | vcapra1 |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |