Portland State RateMyProfessors

Displays professors' RateMyProfessors ratings in the online course listings for Portland State University.

¿Qué es Portland State RateMyProfessors?

Portland State RateMyProfessors es una extensión de Chrome desarrollada por dev.trevorliberty, y su función principal es "Displays professors' RateMyProfessors ratings in the online course listings for Portland State University.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Portland State RateMyProfessors

Descarga archivos de extensión Portland State RateMyProfessors 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

                        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                    

Información Básica de la Extensión

Nombre Portland State RateMyProfessors Portland State RateMyProfessors
ID hpfjccopidfknnnfogdldecealjmkaoc
URL Oficial https://chromewebstore.google.com/detail/portland-state-ratemyprof/hpfjccopidfknnnfogdldecealjmkaoc
Descripción Displays professors' RateMyProfessors ratings in the online course listings for Portland State University.
Tamaño del Archivo 15.35 MB
Cantidad de Instalaciones 58
Versión Actual 1.0.1
Última Actualización 2020-05-14
Fecha de Publicación 2020-05-13
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador dev.trevorliberty
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
    }
}