UMass Professor Ratings

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

Hvad er UMass Professor Ratings?

UMass Professor Ratings er en Chrome-udvidelse udviklet af anthony.rotiroti, og dens hovedfunktion er "UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…".

Udvidelsesskærmbilleder

screenshot

Download UMass Professor Ratings-udvidelses-CRX-fil

Download UMass Professor Ratings-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn UMass Professor Ratings UMass Professor Ratings
ID cfcmdmblcnnoppgldifmihbmpeneplbi
Officiel URL https://chromewebstore.google.com/detail/umass-professor-ratings/cfcmdmblcnnoppgldifmihbmpeneplbi
Beskrivelse UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…
Filstørrelse 84.28 KB
Antal Installationer 81
Nuværende Version 1.2
Senest Opdateret 2019-04-01
Udgivelsesdato 2019-03-31
Bedømmelse 5.00/5 Samlet 15 Bedømmelser
Udvikler anthony.rotiroti
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}