UCalgary RateMyProfessor
Get RateMyProfessor results in UCalgary course search.
Wat is UCalgary RateMyProfessor?
UCalgary RateMyProfessor is een Chrome-extensie ontwikkeld door R Apps, en de belangrijkste functie is "Get RateMyProfessor results in UCalgary course search.".
Extensie Screenshots
Download het CRX-bestand van de extensie UCalgary RateMyProfessor
Download UCalgary RateMyProfessor-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
A minimal extension that integrates RateMyProfessor results with University of Calgary course search to make finding good classes easier for students!
Update 0.2:
- Fix error when multiple classes displayed Basisinformatie over de Extensie
| Naam | |
| ID | acaodblbmnobachnhldmglobolgfgfki |
| Officiële URL | https://chromewebstore.google.com/detail/ucalgary-ratemyprofessor/acaodblbmnobachnhldmglobolgfgfki |
| Beschrijving | Get RateMyProfessor results in UCalgary course search. |
| Bestandsgrootte | 8.79 KB |
| Aantal Installaties | 62 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2021-11-11 |
| Publicatiedatum | 2021-11-09 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | R Apps |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "UCalgary RateMyProfessor",
"description": "Get RateMyProfessor results in UCalgary course search.",
"version": "0.2",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/vsb.my.ucalgary.ca\/*",
"http:\/\/vsb.my.ucalgary.ca\/*"
],
"js": [
"script.js"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |