BroncoDirectMe

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

BroncoDirectMe क्या है?

BroncoDirectMe broncodirectme द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome Extension for BroncoDirect to be used by Cal Poly Pomona students."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BroncoDirectMe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम BroncoDirectMe BroncoDirectMe
ID kcbdmdlehcmkgknmmfjjiaclhpplibda
आधिकारिक URL https://chromewebstore.google.com/detail/broncodirectme/kcbdmdlehcmkgknmmfjjiaclhpplibda
विवरण A Chrome Extension for BroncoDirect to be used by Cal Poly Pomona students.
फ़ाइल का आकार 345 KB
स्थापना संख्या 399
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2024-01-08
प्रकाशन तिथि 2023-02-13
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर broncodirectme
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://broncodirect.me/
समर्थित भाषाएँ 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
        }
    ]
}