Rate My FIU
The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…
What is Rate My FIU?
Rate My FIU is a Chrome extension developed by ccani008, and its main feature is "The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…".
Extension Screenshots
Download Rate My FIU Extension CRX File
Download Rate My FIU extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fodacampppflppgklnlkljfhfpfajnid |
Official URL | https://chromewebstore.google.com/detail/rate-my-fiu/fodacampppflppgklnlkljfhfpfajnid |
Description | The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process… |
File Size | 36.85 KB |
Installation Count | 27 |
Current Version | 1.2 |
Last Updated | 2016-10-24 |
Publish Date | 2016-10-24 |
Rating | 5.00/5 Total 5 Ratings |
Developer | ccani008 |
Payment Type | free |
Supported Languages | 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 } } |