BroncoDirectMe

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

Qu'est-ce que BroncoDirectMe ?

BroncoDirectMe est une extension Chrome développée par broncodirectme, et sa fonction principale est "A Chrome Extension for BroncoDirect to be used by Cal Poly Pomona students.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension BroncoDirectMe

Téléchargez les fichiers d'extension BroncoDirectMe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom BroncoDirectMe BroncoDirectMe
ID kcbdmdlehcmkgknmmfjjiaclhpplibda
URL Officiel https://chromewebstore.google.com/detail/broncodirectme/kcbdmdlehcmkgknmmfjjiaclhpplibda
Description A Chrome Extension for BroncoDirect to be used by Cal Poly Pomona students.
Taille du Fichier 345 KB
Nombre d'Installations 399
Version Actuelle 1.1.4
Dernière Mise à Jour 2024-01-08
Date de Publication 2023-02-13
Évaluation 4.67/5 Total 6 Évaluations
Développeur broncodirectme
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://broncodirect.me/
Langues Prises en Charge 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
        }
    ]
}