uAlbertaProfGuide
View RMP scores on uAlberta's class enrollment page
What is uAlbertaProfGuide?
uAlbertaProfGuide is a Chrome extension developed by theDust, and its main feature is "View RMP scores on uAlberta's class enrollment page".
Extension Screenshots
Download uAlbertaProfGuide Extension CRX File
Download uAlbertaProfGuide extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | uAlbertaProfGuide |
ID | omminijickdpopkhpeehljlhehicgclk |
Official URL | https://chromewebstore.google.com/detail/ualbertaprofguide/omminijickdpopkhpeehljlhehicgclk |
Description | View RMP scores on uAlberta's class enrollment page |
File Size | 68.77 KB |
Installation Count | 31 |
Current Version | 1.2 |
Last Updated | 2017-04-10 |
Publish Date | 2017-04-09 |
Rating | 5.00/5 Total 5 Ratings |
Developer | theDust |
Payment Type | free |
Supported Languages | 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" ] } |