ProfCheck

View Rate My Professors ratings directly in your course explorer!

Cos'è ProfCheck?

ProfCheck è un'estensione di Chrome sviluppata da Kelvin Cao, e la sua funzione principale è "View Rate My Professors ratings directly in your course explorer!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ProfCheck

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

                        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)                    

Informazioni di Base sull'Estensione

Nome ProfCheck ProfCheck
ID iejcdmcgelpioejdpeoifnaemneihagc
URL Ufficiale https://chromewebstore.google.com/detail/profcheck/iejcdmcgelpioejdpeoifnaemneihagc
Descrizione View Rate My Professors ratings directly in your course explorer!
Dimensione del File 120 KB
Conteggio Installazioni 253
Versione Corrente 1.3.1
Ultimo Aggiornamento 2022-12-27
Data di Pubblicazione 2021-01-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Kelvin Cao
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}