UNR Professor Ratings
Pulls professor profile ratings from Rate My Professors and shown on your MyNevada course registration.
¿Qué es UNR Professor Ratings?
UNR Professor Ratings es una extensión de Chrome desarrollada por Sultan, y su función principal es "Pulls professor profile ratings from Rate My Professors and shown on your MyNevada course registration.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión UNR Professor Ratings
Descarga archivos de extensión UNR Professor Ratings en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
When searching for classes on MyNevada, ratings from Rate My Professors are shown right next to each professor's name. Comments can be viewed when you click on their name. A link to the actual Rate My Professors profile page is there as well. MyNevada class search is also integrated with Google Maps. When you click on the building abbreviation/room number, the building location and a picture of the building will prompt. Update 11/11/19: Now pulls number of available seats, course description, and prereqs without having to click on the course. Mock cart is added (far right hand side vertical ball icon to show cart ) for helpful reference of classes you added without having navigate to your actual cart.
Información Básica de la Extensión
Nombre | UNR Professor Ratings |
ID | kipgdmjkpdmcjmlmfbpkilahbncmkgmk |
URL Oficial | https://chromewebstore.google.com/detail/unr-professor-ratings/kipgdmjkpdmcjmlmfbpkilahbncmkgmk |
Descripción | Pulls professor profile ratings from Rate My Professors and shown on your MyNevada course registration. |
Tamaño del Archivo | 96.4 KB |
Cantidad de Instalaciones | 16 |
Versión Actual | 2.0.0 |
Última Actualización | 2019-11-12 |
Fecha de Publicación | 2019-11-11 |
Desarrollador | Sultan |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UNR Professor Ratings", "description": "Pulls professor profile ratings from Rate My Professors and shown on your MyNevada course registration.", "version": "2.0.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Rohman Sultan", "background": { "scripts": [ "jquery-3.2.1.min.js", "background.js" ] }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.nevada.unr.edu\/*" ], "js": [ "jquery-3.2.1.min.js", "modal\/js\/tingle.js", "findProfs.js" ], "css": [ "modal\/css\/tingle.css", "DataTables\/css\/list.css" ] } ], "web_accessible_resources": [ "img\/*.png", "locations.json" ], "permissions": [ "https:\/\/www.ratemyprofessors.com\/*", "https:\/\/apps.unr.edu\/CampusDirectory\/*" ] } |