BroncoDirectMe

A Chrome Extension for BroncoDirect to be used by Cal Poly Pomona students.

BroncoDirectMe là gì?

BroncoDirectMe là một tiện ích mở rộng Chrome được phát triển bởi broncodirectme, và tính năng chính của nó là "A Chrome Extension for BroncoDirect to be used by Cal Poly Pomona students.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng BroncoDirectMe 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

                        Cal Poly Pomona students, we've all been there. Endless tabs of BroncoDirect, Rate My Professor, and CPP Scheduler open and you still don't know what classes to choose. Make class registration simple with BroncoDirectMe.

- Access authentic professor reviews from Rate My Professor and average GPA statistics from CPPScheduler, all in one simple popup for each course.
- Search for professor ratings and average GPAs anytime with our extension window.
- Experience a sleek redesigned interface for BroncoDirect.

Please leave a rating or feedback if we helped with your course registration. Thank you for the support!                    

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

Tên BroncoDirectMe BroncoDirectMe
ID kcbdmdlehcmkgknmmfjjiaclhpplibda
URL Chính Thức https://chromewebstore.google.com/detail/broncodirectme/kcbdmdlehcmkgknmmfjjiaclhpplibda
Mô tả A Chrome Extension for BroncoDirect to be used by Cal Poly Pomona students.
Kích Thước Tệp 345 KB
Số Lần Cài Đặt 399
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2024-01-08
Ngày Phát Hành 2023-02-13
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển broncodirectme
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://broncodirect.me/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BroncoDirectMe",
    "description": "A Chrome Extension for BroncoDirect to be used by Cal Poly Pomona students.",
    "version": "1.1.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/icon.png",
            "32": "\/images\/icon.png",
            "48": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        }
    },
    "icons": {
        "16": "\/images\/icon.png",
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/cmsweb.cms.cpp.edu\/*"
            ],
            "all_frames": true
        }
    ]
}