UCalgary Rate My Prof

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

Cos'è UCalgary Rate My Prof?

UCalgary Rate My Prof è un'estensione di Chrome sviluppata da HCExtensions, e la sua funzione principale è "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione UCalgary Rate My Prof

Scarica i file di estensione UCalgary Rate My Prof in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome UCalgary Rate My Prof UCalgary Rate My Prof
ID jhepjbdemjpcednmndlogbjbkmoppeaj
URL Ufficiale https://chromewebstore.google.com/detail/ucalgary-rate-my-prof/jhepjbdemjpcednmndlogbjbkmoppeaj
Descrizione Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.
Dimensione del File 14.35 KB
Conteggio Installazioni 109
Versione Corrente 0.1.1
Ultimo Aggiornamento 2024-02-25
Data di Pubblicazione 2023-04-02
Sviluppatore HCExtensions
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}