UMass Professor Ratings
UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…
ما هو UMass Professor Ratings؟
UMass Professor Ratings هو إضافة Chrome تم تطويرها بواسطة anthony.rotiroti، والميزة الرئيسية لها هي "UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة UMass Professor Ratings
قم بتنزيل ملفات الامتداد UMass Professor Ratings بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension installed, ratings for each professor are displayed next to the professor's name, as well as a link to every in depth review.
معلومات أساسية عن التمديد
الاسم | |
ID | cfcmdmblcnnoppgldifmihbmpeneplbi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/umass-professor-ratings/cfcmdmblcnnoppgldifmihbmpeneplbi |
الوصف | UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension… |
حجم الملف | 84.28 KB |
عدد التثبيتات | 81 |
النسخة الحالية | 1.2 |
آخر تحديث | 2019-04-01 |
تاريخ النشر | 2019-03-31 |
تقييم | 5.00/5 مجموع تقييمات 15 |
المطور | anthony.rotiroti |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UMass Professor Ratings", "version": "1.2", "background": { "scripts": [ "jquery-3.2.1.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.spire.umass.edu\/*" ], "js": [ "jquery-3.2.1.js", "content.js" ] } ], "permissions": [ "http:\/\/www.ratemyprofessors.com\/*", "https:\/\/www.ratemyprofessors.com\/*", "https:\/\/www.spire.com.umass.edu\/*" ] } |