BroncoDirectMe

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

ما هو BroncoDirectMe؟

BroncoDirectMe هو إضافة Chrome تم تطويرها بواسطة broncodirectme، والميزة الرئيسية لها هي "A Chrome Extension for BroncoDirect to be used by Cal Poly Pomona students.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة BroncoDirectMe

قم بتنزيل ملفات الامتداد BroncoDirectMe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
        }
    ]
}