CourseOff Registration for UMD
This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…
Hvad er CourseOff Registration for UMD?
CourseOff Registration for UMD er en Chrome-udvidelse udviklet af vcapra1, og dens hovedfunktion er "This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…".
Udvidelsesskærmbilleder
Download CourseOff Registration for UMD-udvidelses-CRX-fil
Download CourseOff Registration for UMD-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly from CourseOff into Testudo.
Grundlæggende oplysninger om udvidelsen
Navn | CourseOff Registration for UMD |
ID | mahehfffnjnmiggjhmgbdaphmbhghjhe |
Officiel URL | https://chromewebstore.google.com/detail/courseoff-registration-fo/mahehfffnjnmiggjhmgbdaphmbhghjhe |
Beskrivelse | This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly… |
Filstørrelse | 202 KB |
Antal Installationer | 138 |
Nuværende Version | 0.1.0 |
Senest Opdateret | 2019-05-20 |
Udgivelsesdato | 2019-05-19 |
Udvikler | vcapra1 |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |