UMass Professor Ratings
UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…
Cos'è UMass Professor Ratings?
UMass Professor Ratings è un'estensione di Chrome sviluppata da anthony.rotiroti, e la sua funzione principale è "UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UMass Professor Ratings
Scarica i file di estensione UMass Professor Ratings in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | cfcmdmblcnnoppgldifmihbmpeneplbi |
URL Ufficiale | https://chromewebstore.google.com/detail/umass-professor-ratings/cfcmdmblcnnoppgldifmihbmpeneplbi |
Descrizione | UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension… |
Dimensione del File | 84.28 KB |
Conteggio Installazioni | 81 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2019-04-01 |
Data di Pubblicazione | 2019-03-31 |
Valutazione | 5.00/5 Totale 15 Valutazioni |
Sviluppatore | anthony.rotiroti |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |