Rate My UH
RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page
What is Rate My UH?
Rate My UH is a Chrome extension developed by bilalasd, and its main feature is "RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page".
Extension Screenshots
Download Rate My UH Extension CRX File
Download Rate My UH 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
RateMyUH shows professor ratings from RateMyProfessor.com on peoplesoft class search page. Just install the extension and search for a class on peoplesoft. Rate My UH will show ratings in the same table as all the other information.
Extension Basic Information
Name | |
ID | eempedjddojajeapkinidpgpfmjbcemh |
Official URL | https://chrome.google.com/webstore/detail/rate-my-uh/eempedjddojajeapkinidpgpfmjbcemh |
Description | RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page |
File Size | 87.73 KB |
Installation Count | 12 |
Current Version | 2.0 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Developer | bilalasd |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rate My UH", "short_name": "RateMyUH", "version": "2.0", "manifest_version": 2, "description": "RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/my.uh.edu\/*" ], "js": [ "src\/jquery-2.1.1.js", "src\/mutation-summary.js", "src\/content.js" ] } ] } |