UMass Professor Ratings

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

Apa itu UMass Professor Ratings?

UMass Professor Ratings adalah ekstensi Chrome yang dikembangkan oleh anthony.rotiroti, dan fitur utamanya adalah "UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi UMass Professor Ratings

Unduh file ekstensi UMass Professor Ratings dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama UMass Professor Ratings UMass Professor Ratings
ID cfcmdmblcnnoppgldifmihbmpeneplbi
URL Resmi https://chromewebstore.google.com/detail/umass-professor-ratings/cfcmdmblcnnoppgldifmihbmpeneplbi
Deskripsi UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…
Ukuran File 84.28 KB
Jumlah Instalasi 81
Versi Saat Ini 1.2
Terakhir Diperbarui 2019-04-01
Tanggal Publikasi 2019-03-31
Penilaian 5.00/5 Total 15 Penilaian
Pengembang anthony.rotiroti
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}