Rate My UH
RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page
Qu'est-ce que Rate My UH ?
Rate My UH est une extension Chrome développée par bilalasd, et sa fonction principale est "RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rate My UH
Téléchargez les fichiers d'extension Rate My UH au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | eempedjddojajeapkinidpgpfmjbcemh |
URL Officiel | https://chrome.google.com/webstore/detail/rate-my-uh/eempedjddojajeapkinidpgpfmjbcemh |
Description | RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page |
Taille du Fichier | 87.73 KB |
Nombre d'Installations | 12 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Développeur | bilalasd |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |