Rate My FIU
The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…
Hvad er Rate My FIU?
Rate My FIU er en Chrome-udvidelse udviklet af ccani008, og dens hovedfunktion er "The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…".
Udvidelsesskærmbilleder
Download Rate My FIU-udvidelses-CRX-fil
Download Rate My FIU-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fodacampppflppgklnlkljfhfpfajnid |
Officiel URL | https://chromewebstore.google.com/detail/rate-my-fiu/fodacampppflppgklnlkljfhfpfajnid |
Beskrivelse | The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process… |
Filstørrelse | 36.85 KB |
Antal Installationer | 27 |
Nuværende Version | 1.2 |
Senest Opdateret | 2016-10-24 |
Udgivelsesdato | 2016-10-24 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | ccani008 |
Betalingsmetode | free |
Understøttede Sprog | 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 } } |