CourseOff Registration for UMD

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

什么是CourseOff Registration for UMD?

CourseOff Registration for UMD是由vcapra1开发的Chrome扩展程序,该扩展的主要功能是“This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…”。

扩展截图

screenshot
screenshot

下载CourseOff Registration for UMD扩展crx文件

下载CourseOff Registration for UMD扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 CourseOff Registration for UMD CourseOff Registration for UMD
ID mahehfffnjnmiggjhmgbdaphmbhghjhe
官方URL https://chromewebstore.google.com/detail/courseoff-registration-fo/mahehfffnjnmiggjhmgbdaphmbhghjhe
简介 This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…
文件大小 202 KB
安装次数 138
当前版本 0.1.0
更新时间 2019-05-20
上架时间 2019-05-19
开发者 vcapra1
付费类型 free
支持的语言 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"
    }
}