Rate My FIU
The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…
Qu'est-ce que Rate My FIU ?
Rate My FIU est une extension Chrome développée par ccani008, et sa fonction principale est "The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rate My FIU
Téléchargez les fichiers d'extension Rate My FIU au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fodacampppflppgklnlkljfhfpfajnid |
URL Officiel | 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… |
Taille du Fichier | 36.85 KB |
Nombre d'Installations | 27 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2016-10-24 |
Date de Publication | 2016-10-24 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | ccani008 |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |