Rate My UH
RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page
ما هو Rate My UH؟
Rate My UH هو إضافة Chrome تم تطويرها بواسطة bilalasd، والميزة الرئيسية لها هي "RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rate My UH
قم بتنزيل ملفات الامتداد Rate My UH بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
RateMyUH shows professor ratings from RateMyProfessor.com on peoplesoft class search page. Just install the extension and search for a class on peoplesoft. Rate My UH will show ratings in the same table as all the other information.
معلومات أساسية عن التمديد
الاسم | |
ID | eempedjddojajeapkinidpgpfmjbcemh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/rate-my-uh/eempedjddojajeapkinidpgpfmjbcemh |
الوصف | RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page |
حجم الملف | 87.73 KB |
عدد التثبيتات | 12 |
النسخة الحالية | 2.0 |
آخر تحديث | 2019-03-08 |
تاريخ النشر | 2019-03-08 |
المطور | bilalasd |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rate My UH", "short_name": "RateMyUH", "version": "2.0", "manifest_version": 2, "description": "RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/my.uh.edu\/*" ], "js": [ "src\/jquery-2.1.1.js", "src\/mutation-summary.js", "src\/content.js" ] } ] } |