BroncoDirectMe

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

Cos'è BroncoDirectMe?

BroncoDirectMe è un'estensione di Chrome sviluppata da broncodirectme, e la sua funzione principale è "A Chrome Extension for BroncoDirect to be used by Cal Poly Pomona students.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione BroncoDirectMe

Scarica i file di estensione BroncoDirectMe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome BroncoDirectMe BroncoDirectMe
ID kcbdmdlehcmkgknmmfjjiaclhpplibda
URL Ufficiale https://chromewebstore.google.com/detail/broncodirectme/kcbdmdlehcmkgknmmfjjiaclhpplibda
Descrizione A Chrome Extension for BroncoDirect to be used by Cal Poly Pomona students.
Dimensione del File 345 KB
Conteggio Installazioni 399
Versione Corrente 1.1.4
Ultimo Aggiornamento 2024-01-08
Data di Pubblicazione 2023-02-13
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore broncodirectme
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://broncodirect.me/
Lingue Supportate 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
        }
    ]
}