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"
    }
}