Portland State RateMyProfessors
Displays professors' RateMyProfessors ratings in the online course listings for Portland State University.
Cos'è Portland State RateMyProfessors?
Portland State RateMyProfessors è un'estensione di Chrome sviluppata da dev.trevorliberty, e la sua funzione principale è "Displays professors' RateMyProfessors ratings in the online course listings for Portland State University.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Portland State RateMyProfessors
Scarica i file di estensione Portland State RateMyProfessors 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
Rate My Professor Extension for Portland State University 1. Download the extension 2. Browse classes normally 3. Hover over a professor Developed by Trevor Liberty and Joe Leland Version 1.0.0 -Dealt with Rate My Professor overhaul Currently not supporting classes with multiple professors. -Support will be added in future patch
Informazioni di Base sull'Estensione
Nome | |
ID | hpfjccopidfknnnfogdldecealjmkaoc |
URL Ufficiale | https://chromewebstore.google.com/detail/portland-state-ratemyprof/hpfjccopidfknnnfogdldecealjmkaoc |
Descrizione | Displays professors' RateMyProfessors ratings in the online course listings for Portland State University. |
Dimensione del File | 15.35 MB |
Conteggio Installazioni | 58 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2020-05-14 |
Data di Pubblicazione | 2020-05-13 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | dev.trevorliberty |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Portland State RateMyProfessors", "description": "Displays professors' RateMyProfessors ratings in the online course listings for Portland State University.", "version": "1.0.1", "manifest_version": 2, "permissions": [ "*:\/\/*.ratemyprofessors.com\/*" ], "icons": { "16": "rmpIcon.png", "48": "rmpIcon.png", "128": "rmpIcon.png" }, "content_scripts": [ { "exclude_matches": [ "https:\/\/app.banner.pdx.edu\/assets\/mobileAppPromo.png" ], "matches": [ "https:\/\/app.banner.pdx.edu\/StudentRegistrationSsb\/ssb\/classRegistration\/classRegistration", "https:\/\/app.banner.pdx.edu\/StudentRegistrationSsb\/ssb\/classSearch\/classSearch" ], "css": [ "dist\/css\/tooltipster.bundle.css" ], "js": [ "jquery.js", "dist\/js\/tooltipster.bundle.js", "rmp.js" ] } ], "background": { "scripts": [ "jquery.js", "background.js" ], "persistent": false } } |