BroncoDirectMe

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

What is BroncoDirectMe?

BroncoDirectMe is a Chrome extension developed by broncodirectme, and its main feature is "A Chrome Extension for BroncoDirect to be used by Cal Poly Pomona students.".

Extension Screenshots

screenshot
screenshot

Download BroncoDirectMe Extension CRX File

Download BroncoDirectMe extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name BroncoDirectMe BroncoDirectMe
ID kcbdmdlehcmkgknmmfjjiaclhpplibda
Official URL https://chromewebstore.google.com/detail/broncodirectme/kcbdmdlehcmkgknmmfjjiaclhpplibda
Description A Chrome Extension for BroncoDirect to be used by Cal Poly Pomona students.
File Size 345 KB
Installation Count 399
Current Version 1.1.4
Last Updated 2024-01-08
Publish Date 2023-02-13
Rating 4.67/5 Total 6 Ratings
Developer broncodirectme
Email [email protected]
Payment Type free
Extension Website https://broncodirect.me/
Supported Languages 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
        }
    ]
}