ProfCheck
View Rate My Professors ratings directly in your course explorer!
ما هو ProfCheck؟
ProfCheck هو إضافة Chrome تم تطويرها بواسطة Kelvin Cao، والميزة الرئيسية لها هي "View Rate My Professors ratings directly in your course explorer!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ProfCheck
قم بتنزيل ملفات الامتداد ProfCheck بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An extension that displays information from Rate My Professors for teachers using tooltips in UBC's course explorer. This extension is fast and up-to-date, as it uses the Rate My Professors' API. Supported schools: • University of British Columbia (Vancouver & Okanagan)
معلومات أساسية عن التمديد
الاسم | ProfCheck |
ID | iejcdmcgelpioejdpeoifnaemneihagc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/profcheck/iejcdmcgelpioejdpeoifnaemneihagc |
الوصف | View Rate My Professors ratings directly in your course explorer! |
حجم الملف | 120 KB |
عدد التثبيتات | 253 |
النسخة الحالية | 1.3.1 |
آخر تحديث | 2022-12-27 |
تاريخ النشر | 2021-01-02 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Kelvin Cao |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ProfCheck", "description": "View Rate My Professors ratings directly in your course explorer!", "version": "1.3.1", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/courses.students.ubc.ca\/cs\/*" ], "js": [ "content.js" ] } ], "permissions": [], "host_permissions": [ "https:\/\/*.ratemyprofessors.com\/*" ], "icons": { "128": "icon128.png" } } |