Rate My UH
RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page
Cos'è Rate My UH?
Rate My UH è un'estensione di Chrome sviluppata da bilalasd, e la sua funzione principale è "RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rate My UH
Scarica i file di estensione Rate My UH in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | eempedjddojajeapkinidpgpfmjbcemh |
URL Ufficiale | https://chrome.google.com/webstore/detail/rate-my-uh/eempedjddojajeapkinidpgpfmjbcemh |
Descrizione | RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page |
Dimensione del File | 87.73 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Sviluppatore | bilalasd |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |