UMass Professor Ratings
UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…
Was ist UMass Professor Ratings?
UMass Professor Ratings ist eine Chrome-Erweiterung, die von anthony.rotiroti entwickelt wurde, und ihr Hauptmerkmal ist "UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…".
Erweiterungsscreenshots
UMass Professor Ratings-Erweiterungs-CRX-Datei herunterladen
Laden Sie UMass Professor Ratings-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cfcmdmblcnnoppgldifmihbmpeneplbi |
| Offizielle URL | https://chromewebstore.google.com/detail/umass-professor-ratings/cfcmdmblcnnoppgldifmihbmpeneplbi |
| Beschreibung | UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension… |
| Dateigröße | 84.28 KB |
| Installationsanzahl | 81 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2019-04-01 |
| Veröffentlichungsdatum | 2019-03-31 |
| Bewertung | 5.00/5 Insgesamt 15 Bewertungen |
| Entwickler | anthony.rotiroti |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
} | |