ProfCheck

View Rate My Professors ratings directly in your course explorer!

ProfCheck là gì?

ProfCheck là một tiện ích mở rộng Chrome được phát triển bởi Kelvin Cao, và tính năng chính của nó là "View Rate My Professors ratings directly in your course explorer!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ProfCheck

Tải xuống các tệp mở rộng ProfCheck dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ProfCheck ProfCheck
ID iejcdmcgelpioejdpeoifnaemneihagc
URL Chính Thức https://chromewebstore.google.com/detail/profcheck/iejcdmcgelpioejdpeoifnaemneihagc
Mô tả View Rate My Professors ratings directly in your course explorer!
Kích Thước Tệp 120 KB
Số Lần Cài Đặt 253
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2022-12-27
Ngày Phát Hành 2021-01-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Kelvin Cao
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}