uAlbertaProfGuide
View RMP scores on uAlberta's class enrollment page
Wat is uAlbertaProfGuide?
uAlbertaProfGuide is een Chrome-extensie ontwikkeld door theDust, en de belangrijkste functie is "View RMP scores on uAlberta's class enrollment page".
Extensie Screenshots
Download het CRX-bestand van de extensie uAlbertaProfGuide
Download uAlbertaProfGuide-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
Chrome extension that integrate Rate My Professor results into the beartracks course search page. Search for course under search for classes header. Hover over professor to view results from RMP. Click prof to redirect to RMP to view comments. uAlbertaProfGuide is an unofficial chrome extension for beartracks, it is not endorsed by the University of Alberta
Basisinformatie over de Extensie
Naam | uAlbertaProfGuide |
ID | omminijickdpopkhpeehljlhehicgclk |
Officiële URL | https://chromewebstore.google.com/detail/ualbertaprofguide/omminijickdpopkhpeehljlhehicgclk |
Beschrijving | View RMP scores on uAlberta's class enrollment page |
Bestandsgrootte | 68.77 KB |
Aantal Installaties | 31 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2017-04-10 |
Publicatiedatum | 2017-04-09 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | theDust |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "uAlbertaProfGuide", "version": "1.2", "description": "View RMP scores on uAlberta's class enrollment page", "content_scripts": [ { "matches": [ "https:\/\/www.beartracks.ualberta.ca\/psp\/uahebprd\/EMPLOYEE\/HRMS\/c\/SA_LEARNER_SERVICES*" ], "js": [ "content.js" ] } ], "permissions": [ "https:\/\/www.ratemyprofessors.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "Assets\/*.png" ] } |