UMass Professor Ratings

UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…

¿Qué es UMass Professor Ratings?

UMass Professor Ratings es una extensión de Chrome desarrollada por anthony.rotiroti, y su función principal es "UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión UMass Professor Ratings

Descarga archivos de extensión UMass 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

                        UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension installed, ratings for each professor are displayed next to the professor's name, as well as a link to every in depth review.                    

Información Básica de la Extensión

Nombre UMass Professor Ratings UMass Professor Ratings
ID cfcmdmblcnnoppgldifmihbmpeneplbi
URL Oficial https://chromewebstore.google.com/detail/umass-professor-ratings/cfcmdmblcnnoppgldifmihbmpeneplbi
Descripción UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…
Tamaño del Archivo 84.28 KB
Cantidad de Instalaciones 81
Versión Actual 1.2
Última Actualización 2019-04-01
Fecha de Publicación 2019-03-31
Calificación 5.00/5 Total de 15 Calificaciones
Desarrollador anthony.rotiroti
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UMass Professor Ratings",
    "version": "1.2",
    "background": {
        "scripts": [
            "jquery-3.2.1.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.spire.umass.edu\/*"
            ],
            "js": [
                "jquery-3.2.1.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/www.ratemyprofessors.com\/*",
        "https:\/\/www.ratemyprofessors.com\/*",
        "https:\/\/www.spire.com.umass.edu\/*"
    ]
}