CheckMyProf
RateMyProfessors.com ratings directly on the course selection page. UBC, opensfu.ca, Kwantlen, UFV
CheckMyProfคืออะไร?
CheckMyProf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tejbir Singh และคุณลักษณะหลักของมันคือ "RateMyProfessors.com ratings directly on the course selection page. UBC, opensfu.ca, Kwantlen, UFV"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CheckMyProf
ดาวน์โหลดไฟล์ส่วนขยาย CheckMyProf ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
View ratings from RateMyProfessors.com for each instructor directly on the course selection page. Hover over the professor's name in the listing to toggle a popover that displays their ratings. Currently Supported Institutions: UBC, opensfu.ca, Kwantlen 'CA-SEY' Course Search, myKwantlen Search for Classes to Add, UFV course selection.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CheckMyProf |
ID | gfhlhiifmefkepebndobmgogmoljjfil |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/checkmyprof/gfhlhiifmefkepebndobmgogmoljjfil |
คำอธิบาย | RateMyProfessors.com ratings directly on the course selection page. UBC, opensfu.ca, Kwantlen, UFV |
ขนาดไฟล์ | 483 KB |
จำนวนการติดตั้ง | 925 |
เวอร์ชันปัจจุบัน | 1.2.3 |
อัปเดตครั้งล่าสุด | 2016-05-28 |
วันที่เผยแพร่ | 2016-05-28 |
คะแนน | 4.61/5 รวมทั้งหมด 23 คะแนน |
ผู้พัฒนา | Tejbir Singh |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CheckMyProf", "version": "1.2.3", "manifest_version": 2, "author": "Tejbir Singh Sodhan", "description": "RateMyProfessors.com ratings directly on the course selection page. UBC, opensfu.ca, Kwantlen, UFV", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "page_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "CheckMyProf" }, "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/courses.students.ubc.ca\/cs\/main?pname=subjarea&tname=subjareas*" ], "css": [ "bootstrap.min.css", "display.css" ], "js": [ "js\/jquery.min.js", "js\/bootstrap.min.js", "js\/popoverHelpers.js", "js\/helpers.js", "institutions\/ubc.js" ], "run_at": "document_idle" }, { "matches": [ "http:\/\/www.opensfu.ca\/course\/*" ], "css": [ "bootstrap.min.css", "display.css" ], "js": [ "js\/jquery.min.js", "js\/bootstrap.min.js", "js\/popoverHelpers.js", "js\/helpers.js", "institutions\/opensfu.js" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/bweb.kwantlen.ca\/jade_prod\/bwskfcls.P_GetCrse*", "https:\/\/bweb.kwantlen.ca\/pls\/prodss\/*" ], "css": [ "bootstrap.min.css", "display.css" ], "js": [ "js\/jquery.min.js", "js\/bootstrap.min.js", "js\/popoverHelpers.js", "js\/helpers.js", "institutions\/kwantlen.js" ], "run_at": "document_idle" }, { "all_frames": true, "matches": [ "https:\/\/farnham.ufv.ca\/prod\/bwskfcls.P_GetCrse*" ], "css": [ "bootstrap.min.css", "display.css" ], "js": [ "js\/jquery.min.js", "js\/bootstrap.min.js", "js\/popoverHelpers.js", "js\/helpers.js", "institutions\/ufv.js" ], "run_at": "document_idle" } ], "permissions": [ "http:\/\/www.ratemyprofessors.com\/*" ] } |