CourseOff Registration for UMD

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

Qu'est-ce que CourseOff Registration for UMD ?

CourseOff Registration for UMD est une extension Chrome développée par vcapra1, et sa fonction principale est "This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension CourseOff Registration for UMD

Téléchargez les fichiers d'extension CourseOff Registration for UMD au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom CourseOff Registration for UMD CourseOff Registration for UMD
ID mahehfffnjnmiggjhmgbdaphmbhghjhe
URL Officiel https://chromewebstore.google.com/detail/courseoff-registration-fo/mahehfffnjnmiggjhmgbdaphmbhghjhe
Description This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…
Taille du Fichier 202 KB
Nombre d'Installations 138
Version Actuelle 0.1.0
Dernière Mise à Jour 2019-05-20
Date de Publication 2019-05-19
Développeur vcapra1
Type de Paiement free
Langues Prises en Charge 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"
    }
}