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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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