UMass Professor Ratings

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

What is UMass Professor Ratings?

UMass Professor Ratings is a Chrome extension developed by anthony.rotiroti, and its main feature is "UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…".

Extension Screenshots

screenshot

Download UMass Professor Ratings Extension CRX File

Download UMass Professor Ratings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name UMass Professor Ratings UMass Professor Ratings
ID cfcmdmblcnnoppgldifmihbmpeneplbi
Official URL https://chromewebstore.google.com/detail/umass-professor-ratings/cfcmdmblcnnoppgldifmihbmpeneplbi
Description UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…
File Size 84.28 KB
Installation Count 81
Current Version 1.2
Last Updated 2019-04-01
Publish Date 2019-03-31
Rating 5.00/5 Total 15 Ratings
Developer anthony.rotiroti
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}