sfuosdev / SFU-RMP

Chrome extension for SFU students to provide access to prof rating from RateMyProfessor.com on SFU course registration pages (goSFU, mySchedule)
3 stars 1 forks source link
chrome-extension simon-fraser-university


SFU RMP is a Chrome extension designed for SFU students, providing convenient access to professor ratings from RateMyProfessor.com on SFU course registration pages (goSFU, mySchedule).

After installing the extension from the Chrome Store, you will notice that professor names are underlined and highlighted. Hover your mouse over the professor names, and tooltips containing ratings will be displayed as follows:


Running in the Development Mode

  1. Clone or download the repository.
  2. Enter the extension setting page and enable Developer Mode
  3. Click the top left Load unpacked button and select the repository directory.

Running Tests

  1. npm install to install dev dependencies
  2. npm test to run all test cases