ProfCheck

View Rate My Professors ratings directly in your course explorer!

What is ProfCheck?

ProfCheck is a Chrome extension developed by Kelvin Cao, and its main feature is "View Rate My Professors ratings directly in your course explorer!".

Extension Screenshots

screenshot

Download ProfCheck Extension CRX File

Download ProfCheck extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name ProfCheck ProfCheck
ID iejcdmcgelpioejdpeoifnaemneihagc
Official URL https://chromewebstore.google.com/detail/profcheck/iejcdmcgelpioejdpeoifnaemneihagc
Description View Rate My Professors ratings directly in your course explorer!
File Size 120 KB
Installation Count 253
Current Version 1.3.1
Last Updated 2022-12-27
Publish Date 2021-01-02
Rating 5.00/5 Total 1 Ratings
Developer Kelvin Cao
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}