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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vcapra1 และคุณลักษณะหลักของมันคือ "This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CourseOff Registration for UMD

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}