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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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