ProfCheck
View Rate My Professors ratings directly in your course explorer!
Wat is ProfCheck?
ProfCheck is een Chrome-extensie ontwikkeld door Kelvin Cao, en de belangrijkste functie is "View Rate My Professors ratings directly in your course explorer!".
Extensie Screenshots
Download het CRX-bestand van de extensie ProfCheck
Download ProfCheck-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | ProfCheck |
ID | iejcdmcgelpioejdpeoifnaemneihagc |
Officiële URL | https://chromewebstore.google.com/detail/profcheck/iejcdmcgelpioejdpeoifnaemneihagc |
Beschrijving | View Rate My Professors ratings directly in your course explorer! |
Bestandsgrootte | 120 KB |
Aantal Installaties | 253 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2022-12-27 |
Publicatiedatum | 2021-01-02 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Kelvin Cao |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |