SBU ScheduleBuilder Enhancements

View professors' difficulty and quality ratings on Schedule Builder

O que é SBU ScheduleBuilder Enhancements?

SBU ScheduleBuilder Enhancements é uma extensão do Chrome desenvolvida por bmoses1124, e sua principal característica é "View professors' difficulty and quality ratings on Schedule Builder".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SBU ScheduleBuilder Enhancements

Baixe arquivos de extensão SBU ScheduleBuilder Enhancements no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        *** 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?                    

Informações Básicas da Extensão

Nome SBU ScheduleBuilder Enhancements SBU ScheduleBuilder Enhancements
ID aimdogcdagfchdddcdkljpmdmiciflkh
URL Oficial https://chromewebstore.google.com/detail/sbu-schedulebuilder-enhan/aimdogcdagfchdddcdkljpmdmiciflkh
Descrição View professors' difficulty and quality ratings on Schedule Builder
Tamanho do Arquivo 6.9 KB
Contagem de Instalações 174
Versão Atual 0.6
Última Atualização 2023-10-23
Data de Publicação 2021-10-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor bmoses1124
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}