ProfCheck
View Rate My Professors ratings directly in your course explorer!
Qu'est-ce que ProfCheck ?
ProfCheck est une extension Chrome développée par Kelvin Cao, et sa fonction principale est "View Rate My Professors ratings directly in your course explorer!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ProfCheck
Téléchargez les fichiers d'extension ProfCheck au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | ProfCheck |
ID | iejcdmcgelpioejdpeoifnaemneihagc |
URL Officiel | https://chromewebstore.google.com/detail/profcheck/iejcdmcgelpioejdpeoifnaemneihagc |
Description | View Rate My Professors ratings directly in your course explorer! |
Taille du Fichier | 120 KB |
Nombre d'Installations | 253 |
Version Actuelle | 1.3.1 |
Dernière Mise à Jour | 2022-12-27 |
Date de Publication | 2021-01-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Kelvin Cao |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |