ProfCheck

View Rate My Professors ratings directly in your course explorer!

ProfCheckคืออะไร?

ProfCheck เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kelvin Cao และคุณลักษณะหลักของมันคือ "View Rate My Professors ratings directly in your course explorer!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ProfCheck

ดาวน์โหลดไฟล์ส่วนขยาย ProfCheck ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        An extension that displays information from Rate My Professors for teachers using tooltips in UBC's course explorer.

This extension is fast and up-to-date, as it uses the Rate My Professors' API.

Supported schools:
    • University of British Columbia (Vancouver & Okanagan)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ProfCheck ProfCheck
ID iejcdmcgelpioejdpeoifnaemneihagc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/profcheck/iejcdmcgelpioejdpeoifnaemneihagc
คำอธิบาย View Rate My Professors ratings directly in your course explorer!
ขนาดไฟล์ 120 KB
จำนวนการติดตั้ง 253
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2022-12-27
วันที่เผยแพร่ 2021-01-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Kelvin Cao
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ProfCheck",
    "description": "View Rate My Professors ratings directly in your course explorer!",
    "version": "1.3.1",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/courses.students.ubc.ca\/cs\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.ratemyprofessors.com\/*"
    ],
    "icons": {
        "128": "icon128.png"
    }
}