UCalgary Rate My Prof
Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.
UCalgary Rate My Prof란 무엇입니까?
UCalgary Rate My Prof은(는) HCExtensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings."입니다.
확장 프로그램 스크린샷
UCalgary Rate My Prof 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds Rate My Professors information to the UCalgary Schedule Builder and all course listings. Buy me a coffee: https://ko-fi.com/harrych
확장 프로그램 기본 정보
이름 | UCalgary Rate My Prof |
ID | jhepjbdemjpcednmndlogbjbkmoppeaj |
공식 URL | https://chromewebstore.google.com/detail/ucalgary-rate-my-prof/jhepjbdemjpcednmndlogbjbkmoppeaj |
설명 | Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings. |
파일 크기 | 14.35 KB |
설치 횟수 | 109 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2024-02-25 |
출시 날짜 | 2023-04-02 |
개발자 | HCExtensions |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UCalgary Rate My Prof", "description": "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.", "version": "0.1.1", "content_scripts": [ { "matches": [ "https:\/\/vsb.my.ucalgary.ca\/*", "https:\/\/*.ucalgary.ca\/*\/courses*" ], "js": [ "content.js" ], "css": [ "styles.css" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/professor16.png", "32": "icons\/professor32.png", "48": "icons\/professor48.png", "128": "icons\/professor128.png" } } |