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
官方網址 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"
    }
}