BroncoDirectMe

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

什麼是BroncoDirectMe?

BroncoDirectMe是由broncodirectme開發的Chrome擴展程式,該擴展的主要功能是“A Chrome Extension for BroncoDirect to be used by Cal Poly Pomona students.”。

擴展截圖

screenshot
screenshot

下載BroncoDirectMe擴展crx文件

下載BroncoDirectMe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
        }
    ]
}