Rate My FIU
The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…
Wat is Rate My FIU?
Rate My FIU is een Chrome-extensie ontwikkeld door ccani008, en de belangrijkste functie is "The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…".
Extensie Screenshots
Download het CRX-bestand van de extensie Rate My FIU
Download Rate My FIU-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | fodacampppflppgklnlkljfhfpfajnid |
Officiële URL | https://chromewebstore.google.com/detail/rate-my-fiu/fodacampppflppgklnlkljfhfpfajnid |
Beschrijving | The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process… |
Bestandsgrootte | 36.85 KB |
Aantal Installaties | 27 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2016-10-24 |
Publicatiedatum | 2016-10-24 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | ccani008 |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |