UCalgary Rate My Prof

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

What is UCalgary Rate My Prof?

UCalgary Rate My Prof is a Chrome extension developed by HCExtensions, and its main feature is "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.".

Extension Screenshots

screenshot
screenshot

Download UCalgary Rate My Prof Extension CRX File

Download UCalgary Rate My Prof 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

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

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

Extension Basic Information

Name UCalgary Rate My Prof UCalgary Rate My Prof
ID jhepjbdemjpcednmndlogbjbkmoppeaj
Official URL https://chromewebstore.google.com/detail/ucalgary-rate-my-prof/jhepjbdemjpcednmndlogbjbkmoppeaj
Description Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.
File Size 14.35 KB
Installation Count 109
Current Version 0.1.1
Last Updated 2024-02-25
Publish Date 2023-04-02
Developer HCExtensions
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}