Rate My UH
RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page
Wat is Rate My UH?
Rate My UH is een Chrome-extensie ontwikkeld door bilalasd, en de belangrijkste functie is "RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page".
Extensie Screenshots
Download het CRX-bestand van de extensie Rate My UH
Download Rate My UH-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
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.
Basisinformatie over de Extensie
Naam | |
ID | eempedjddojajeapkinidpgpfmjbcemh |
Officiële URL | https://chrome.google.com/webstore/detail/rate-my-uh/eempedjddojajeapkinidpgpfmjbcemh |
Beschrijving | RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page |
Bestandsgrootte | 87.73 KB |
Aantal Installaties | 12 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Ontwikkelaar | bilalasd |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |