CourseOff Registration for UMD

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

What is CourseOff Registration for UMD?

CourseOff Registration for UMD is a Chrome extension developed by vcapra1, and its main feature is "This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…".

Extension Screenshots

screenshot
screenshot

Download CourseOff Registration for UMD Extension CRX File

Download CourseOff Registration for UMD extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name CourseOff Registration for UMD CourseOff Registration for UMD
ID mahehfffnjnmiggjhmgbdaphmbhghjhe
Official URL 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…
File Size 202 KB
Installation Count 138
Current Version 0.1.0
Last Updated 2019-05-20
Publish Date 2019-05-19
Developer vcapra1
Payment Type free
Supported Languages 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"
    }
}