UCalgary Rate My Prof

Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.

ما هو UCalgary Rate My Prof؟

UCalgary Rate My Prof هو إضافة Chrome تم تطويرها بواسطة HCExtensions، والميزة الرئيسية لها هي "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة UCalgary Rate My Prof

قم بتنزيل ملفات الامتداد UCalgary Rate My Prof بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Adds Rate My Professors information to the UCalgary Schedule Builder and all course listings.

Buy me a coffee: https://ko-fi.com/harrych                    

معلومات أساسية عن التمديد

الاسم UCalgary Rate My Prof UCalgary Rate My Prof
ID jhepjbdemjpcednmndlogbjbkmoppeaj
عنوان URL الرسمي https://chromewebstore.google.com/detail/ucalgary-rate-my-prof/jhepjbdemjpcednmndlogbjbkmoppeaj
الوصف Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.
حجم الملف 14.35 KB
عدد التثبيتات 109
النسخة الحالية 0.1.1
آخر تحديث 2024-02-25
تاريخ النشر 2023-04-02
المطور HCExtensions
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UCalgary Rate My Prof",
    "description": "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.",
    "version": "0.1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vsb.my.ucalgary.ca\/*",
                "https:\/\/*.ucalgary.ca\/*\/courses*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/professor16.png",
        "32": "icons\/professor32.png",
        "48": "icons\/professor48.png",
        "128": "icons\/professor128.png"
    }
}