UMass Professor Ratings

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

Co je UMass Professor Ratings?

UMass Professor Ratings je rozšíření Chrome vyvinuté anthony.rotiroti, a jeho hlavní funkcí je „UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření UMass Professor Ratings

Stáhněte si soubory rozšíření UMass Professor Ratings ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název UMass Professor Ratings UMass Professor Ratings
ID cfcmdmblcnnoppgldifmihbmpeneplbi
Oficiální URL https://chromewebstore.google.com/detail/umass-professor-ratings/cfcmdmblcnnoppgldifmihbmpeneplbi
Popis UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…
Velikost souboru 84.28 KB
Počet instalací 81
Aktuální Verze 1.2
Poslední Aktualizace 2019-04-01
Datum Vydání 2019-03-31
Hodnocení 5.00/5 Celkem 15 Hodnocení
Vývojář anthony.rotiroti
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}