UCalgary Rate My Prof

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

Was ist UCalgary Rate My Prof?

UCalgary Rate My Prof ist eine Chrome-Erweiterung, die von HCExtensions entwickelt wurde, und ihr Hauptmerkmal ist "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.".

Erweiterungsscreenshots

screenshot
screenshot

UCalgary Rate My Prof-Erweiterungs-CRX-Datei herunterladen

Laden Sie UCalgary Rate My Prof-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

Grundlegende Informationen zur Erweiterung

Name UCalgary Rate My Prof UCalgary Rate My Prof
ID jhepjbdemjpcednmndlogbjbkmoppeaj
Offizielle URL https://chromewebstore.google.com/detail/ucalgary-rate-my-prof/jhepjbdemjpcednmndlogbjbkmoppeaj
Beschreibung Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.
Dateigröße 14.35 KB
Installationsanzahl 109
Aktuelle Version 0.1.1
Letztes Update 2024-02-25
Veröffentlichungsdatum 2023-04-02
Entwickler HCExtensions
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}