Rate My FIU
The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…
Apa itu Rate My FIU?
Rate My FIU adalah ekstensi Chrome yang dikembangkan oleh ccani008, dan fitur utamanya adalah "The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Rate My FIU
Unduh file ekstensi Rate My FIU dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | fodacampppflppgklnlkljfhfpfajnid |
URL Resmi | https://chromewebstore.google.com/detail/rate-my-fiu/fodacampppflppgklnlkljfhfpfajnid |
Deskripsi | The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process… |
Ukuran File | 36.85 KB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2016-10-24 |
Tanggal Publikasi | 2016-10-24 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | ccani008 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } } |