SBU ScheduleBuilder Enhancements

View professors' difficulty and quality ratings on Schedule Builder

SBU ScheduleBuilder Enhancements là gì?

SBU ScheduleBuilder Enhancements là một tiện ích mở rộng Chrome được phát triển bởi bmoses1124, và tính năng chính của nó là "View professors' difficulty and quality ratings on Schedule Builder".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SBU ScheduleBuilder Enhancements

Tải xuống các tệp mở rộng SBU ScheduleBuilder Enhancements dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SBU ScheduleBuilder Enhancements SBU ScheduleBuilder Enhancements
ID aimdogcdagfchdddcdkljpmdmiciflkh
URL Chính Thức https://chromewebstore.google.com/detail/sbu-schedulebuilder-enhan/aimdogcdagfchdddcdkljpmdmiciflkh
Mô tả View professors' difficulty and quality ratings on Schedule Builder
Kích Thước Tệp 6.9 KB
Số Lần Cài Đặt 174
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2023-10-23
Ngày Phát Hành 2021-10-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển bmoses1124
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}