UMass Professor Ratings
UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…
Vad är UMass Professor Ratings?
UMass Professor Ratings är en Chrome-tillägg utvecklad av anthony.rotiroti, och dess huvudfunktion är "UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…".
Tilläggsskärmbilder
Ladda ner UMass Professor Ratings-förlängningens CRX-fil
Ladda ner UMass Professor Ratings-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | cfcmdmblcnnoppgldifmihbmpeneplbi |
Officiell webbadress | https://chromewebstore.google.com/detail/umass-professor-ratings/cfcmdmblcnnoppgldifmihbmpeneplbi |
Beskrivning | UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension… |
Filstorlek | 84.28 KB |
Antal Installationer | 81 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2019-04-01 |
Publiceringsdatum | 2019-03-31 |
Betyg | 5.00/5 Totalt 15 Betyg |
Utvecklare | anthony.rotiroti |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |