UMass Professor Ratings
UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…
Co to jest UMass Professor Ratings?
UMass Professor Ratings to rozszerzenie Chrome opracowane przez anthony.rotiroti, a jego główną funkcją jest „UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia UMass Professor Ratings
Pobierz pliki rozszerzeń UMass Professor Ratings w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cfcmdmblcnnoppgldifmihbmpeneplbi |
Oficjalny URL | https://chromewebstore.google.com/detail/umass-professor-ratings/cfcmdmblcnnoppgldifmihbmpeneplbi |
Opis | UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension… |
Rozmiar pliku | 84.28 KB |
Liczba instalacji | 81 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2019-04-01 |
Data Publikacji | 2019-03-31 |
Ocena | 5.00/5 Łącznie 15 Oceny |
Deweloper | anthony.rotiroti |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |