CourseOff Registration for UMD
This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…
Wat is CourseOff Registration for UMD?
CourseOff Registration for UMD is een Chrome-extensie ontwikkeld door vcapra1, en de belangrijkste functie is "This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…".
Extensie Screenshots
Download het CRX-bestand van de extensie CourseOff Registration for UMD
Download CourseOff Registration for UMD-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly from CourseOff into Testudo.
Basisinformatie over de Extensie
Naam | CourseOff Registration for UMD |
ID | mahehfffnjnmiggjhmgbdaphmbhghjhe |
Officiële URL | https://chromewebstore.google.com/detail/courseoff-registration-fo/mahehfffnjnmiggjhmgbdaphmbhghjhe |
Beschrijving | This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly… |
Bestandsgrootte | 202 KB |
Aantal Installaties | 138 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2019-05-20 |
Publicatiedatum | 2019-05-19 |
Ontwikkelaar | vcapra1 |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |