Rate My FIU
The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…
ما هو Rate My FIU؟
Rate My FIU هو إضافة Chrome تم تطويرها بواسطة ccani008، والميزة الرئيسية لها هي "The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rate My FIU
قم بتنزيل ملفات الامتداد Rate My FIU بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process of enrolling by displaying the Rate My Professor scores directly into the FIU enroll page as well as hyper-linking them to the Rate My Professor page for that professor.
معلومات أساسية عن التمديد
الاسم | |
ID | fodacampppflppgklnlkljfhfpfajnid |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rate-my-fiu/fodacampppflppgklnlkljfhfpfajnid |
الوصف | The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process… |
حجم الملف | 36.85 KB |
عدد التثبيتات | 27 |
النسخة الحالية | 1.2 |
آخر تحديث | 2016-10-24 |
تاريخ النشر | 2016-10-24 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | ccani008 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rate My FIU", "version": "1.2", "content_scripts": [ { "matches": [ "https:\/\/*.fiu.edu\/*" ], "js": [ "script.js", "jquery-2.1.3.min.js" ] } ], "permissions": [ "http:\/\/www.ratemyprofessors.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true } } |