UMass Professor Ratings
UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…
Wat is UMass Professor Ratings?
UMass Professor Ratings is een Chrome-extensie ontwikkeld door anthony.rotiroti, en de belangrijkste functie is "UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…".
Extensie Screenshots
Download het CRX-bestand van de extensie UMass Professor Ratings
Download UMass Professor Ratings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | cfcmdmblcnnoppgldifmihbmpeneplbi |
| Officiële URL | https://chromewebstore.google.com/detail/umass-professor-ratings/cfcmdmblcnnoppgldifmihbmpeneplbi |
| Beschrijving | UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension… |
| Bestandsgrootte | 84.28 KB |
| Aantal Installaties | 81 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2019-04-01 |
| Publicatiedatum | 2019-03-31 |
| Beoordeling | 5.00/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | anthony.rotiroti |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |