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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BroncoDirectMe
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } ] } |