UCalgary RateMyProfessor

Get RateMyProfessor results in UCalgary course search.

Cos'è UCalgary RateMyProfessor?

UCalgary RateMyProfessor è un'estensione di Chrome sviluppata da R Apps, e la sua funzione principale è "Get RateMyProfessor results in UCalgary course search.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione UCalgary RateMyProfessor

Scarica i file di estensione UCalgary RateMyProfessor 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

                        A minimal extension that integrates RateMyProfessor results with University of Calgary course search to make finding good classes easier for students!

Update 0.2:
- Fix error when multiple classes displayed                    

Informazioni di Base sull'Estensione

Nome UCalgary RateMyProfessor UCalgary RateMyProfessor
ID acaodblbmnobachnhldmglobolgfgfki
URL Ufficiale https://chromewebstore.google.com/detail/ucalgary-ratemyprofessor/acaodblbmnobachnhldmglobolgfgfki
Descrizione Get RateMyProfessor results in UCalgary course search.
Dimensione del File 8.79 KB
Conteggio Installazioni 62
Versione Corrente 0.2
Ultimo Aggiornamento 2021-11-11
Data di Pubblicazione 2021-11-09
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore R Apps
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UCalgary RateMyProfessor",
    "description": "Get RateMyProfessor results in UCalgary course search.",
    "version": "0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vsb.my.ucalgary.ca\/*",
                "http:\/\/vsb.my.ucalgary.ca\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}