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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } ] } |