SBU ScheduleBuilder Enhancements
View professors' difficulty and quality ratings on Schedule Builder
Cos'è SBU ScheduleBuilder Enhancements?
SBU ScheduleBuilder Enhancements è un'estensione di Chrome sviluppata da bmoses1124, e la sua funzione principale è "View professors' difficulty and quality ratings on Schedule Builder".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SBU ScheduleBuilder Enhancements
Scarica i file di estensione SBU ScheduleBuilder Enhancements 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
*** If you find any bugs, please email [email protected] ____________________________________________________________________________________________ Ever taken a class because it fit into your schedule well, not knowing that that teacher's going through a rough divorce and enjoys taking out his frustrations on his students? Or, ever signed up for a class before realizing the professor requires writing two reports on postmodern dance theory... for a Calc class? Well, not anymore! With SBU ScheduleBuilder Enhancements, you'll never be taken by surprise again. I mean, ever, like, for anything. Am I lying? Well, maybe, but the only way to find out is to download the extension right?
Informazioni di Base sull'Estensione
Nome | |
ID | aimdogcdagfchdddcdkljpmdmiciflkh |
URL Ufficiale | https://chromewebstore.google.com/detail/sbu-schedulebuilder-enhan/aimdogcdagfchdddcdkljpmdmiciflkh |
Descrizione | View professors' difficulty and quality ratings on Schedule Builder |
Dimensione del File | 6.9 KB |
Conteggio Installazioni | 174 |
Versione Corrente | 0.6 |
Ultimo Aggiornamento | 2023-10-23 |
Data di Pubblicazione | 2021-10-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | bmoses1124 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SBU ScheduleBuilder Enhancements", "version": "0.6", "description": "View professors' difficulty and quality ratings on Schedule Builder\n\n", "content_scripts": [ { "matches": [ "https:\/\/stonybrook.collegescheduler.com\/*" ], "js": [ "schedulebuilder.js" ], "all_frames": true, "run-at": "document_idle" } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "manifest_version": 3 } |