UCalgary Rate My Prof
Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.
Qu'est-ce que UCalgary Rate My Prof ?
UCalgary Rate My Prof est une extension Chrome développée par HCExtensions, et sa fonction principale est "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension UCalgary Rate My Prof
Téléchargez les fichiers d'extension UCalgary Rate My Prof 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
Adds Rate My Professors information to the UCalgary Schedule Builder and all course listings. Buy me a coffee: https://ko-fi.com/harrych
Informations de Base sur l'Extension
Nom | UCalgary Rate My Prof |
ID | jhepjbdemjpcednmndlogbjbkmoppeaj |
URL Officiel | https://chromewebstore.google.com/detail/ucalgary-rate-my-prof/jhepjbdemjpcednmndlogbjbkmoppeaj |
Description | Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings. |
Taille du Fichier | 14.35 KB |
Nombre d'Installations | 109 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2024-02-25 |
Date de Publication | 2023-04-02 |
Développeur | HCExtensions |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UCalgary Rate My Prof", "description": "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.", "version": "0.1.1", "content_scripts": [ { "matches": [ "https:\/\/vsb.my.ucalgary.ca\/*", "https:\/\/*.ucalgary.ca\/*\/courses*" ], "js": [ "content.js" ], "css": [ "styles.css" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/professor16.png", "32": "icons\/professor32.png", "48": "icons\/professor48.png", "128": "icons\/professor128.png" } } |