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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } ] } |