ProfCheck

View Rate My Professors ratings directly in your course explorer!

Was ist ProfCheck?

ProfCheck ist eine Chrome-Erweiterung, die von Kelvin Cao entwickelt wurde, und ihr Hauptmerkmal ist "View Rate My Professors ratings directly in your course explorer!".

Erweiterungsscreenshots

screenshot

ProfCheck-Erweiterungs-CRX-Datei herunterladen

Laden Sie ProfCheck-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

                        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)                    

Grundlegende Informationen zur Erweiterung

Name ProfCheck ProfCheck
ID iejcdmcgelpioejdpeoifnaemneihagc
Offizielle URL https://chromewebstore.google.com/detail/profcheck/iejcdmcgelpioejdpeoifnaemneihagc
Beschreibung View Rate My Professors ratings directly in your course explorer!
Dateigröße 120 KB
Installationsanzahl 253
Aktuelle Version 1.3.1
Letztes Update 2022-12-27
Veröffentlichungsdatum 2021-01-02
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Kelvin Cao
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}