ProfCheck
View Rate My Professors ratings directly in your course explorer!
Hvad er ProfCheck?
ProfCheck er en Chrome-udvidelse udviklet af Kelvin Cao, og dens hovedfunktion er "View Rate My Professors ratings directly in your course explorer!".
Udvidelsesskærmbilleder
Download ProfCheck-udvidelses-CRX-fil
Download ProfCheck-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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)
Grundlæggende oplysninger om udvidelsen
Navn | ProfCheck |
ID | iejcdmcgelpioejdpeoifnaemneihagc |
Officiel URL | https://chromewebstore.google.com/detail/profcheck/iejcdmcgelpioejdpeoifnaemneihagc |
Beskrivelse | View Rate My Professors ratings directly in your course explorer! |
Filstørrelse | 120 KB |
Antal Installationer | 253 |
Nuværende Version | 1.3.1 |
Senest Opdateret | 2022-12-27 |
Udgivelsesdato | 2021-01-02 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Kelvin Cao |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |