Portland State RateMyProfessors
Displays professors' RateMyProfessors ratings in the online course listings for Portland State University.
O que é Portland State RateMyProfessors?
Portland State RateMyProfessors é uma extensão do Chrome desenvolvida por dev.trevorliberty, e sua principal característica é "Displays professors' RateMyProfessors ratings in the online course listings for Portland State University.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Portland State RateMyProfessors
Baixe arquivos de extensão Portland State RateMyProfessors no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | hpfjccopidfknnnfogdldecealjmkaoc |
URL Oficial | https://chromewebstore.google.com/detail/portland-state-ratemyprof/hpfjccopidfknnnfogdldecealjmkaoc |
Descrição | Displays professors' RateMyProfessors ratings in the online course listings for Portland State University. |
Tamanho do Arquivo | 15.35 MB |
Contagem de Instalações | 58 |
Versão Atual | 1.0.1 |
Última Atualização | 2020-05-14 |
Data de Publicação | 2020-05-13 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | dev.trevorliberty |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } } |