UCalgary Rate My Prof
Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.
Wat is UCalgary Rate My Prof?
UCalgary Rate My Prof is een Chrome-extensie ontwikkeld door HCExtensions, en de belangrijkste functie is "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.".
Extensie Screenshots
Download het CRX-bestand van de extensie UCalgary Rate My Prof
Download UCalgary Rate My Prof-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
Adds Rate My Professors information to the UCalgary Schedule Builder and all course listings.
Buy me a coffee: https://ko-fi.com/harrych Basisinformatie over de Extensie
| Naam | |
| ID | jhepjbdemjpcednmndlogbjbkmoppeaj |
| Officiële URL | https://chromewebstore.google.com/detail/ucalgary-rate-my-prof/jhepjbdemjpcednmndlogbjbkmoppeaj |
| Beschrijving | Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings. |
| Bestandsgrootte | 14.35 KB |
| Aantal Installaties | 109 |
| Huidige Versie | 0.1.1 |
| Laatst Bijgewerkt | 2024-02-25 |
| Publicatiedatum | 2023-04-02 |
| Ontwikkelaar | HCExtensions |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |