Rate My FIU

The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…

Cos'è Rate My FIU?

Rate My FIU è un'estensione di Chrome sviluppata da ccani008, e la sua funzione principale è "The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Rate My FIU

Scarica i file di estensione Rate My FIU in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Rate My FIU Rate My FIU
ID fodacampppflppgklnlkljfhfpfajnid
URL Ufficiale https://chromewebstore.google.com/detail/rate-my-fiu/fodacampppflppgklnlkljfhfpfajnid
Descrizione The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…
Dimensione del File 36.85 KB
Conteggio Installazioni 27
Versione Corrente 1.2
Ultimo Aggiornamento 2016-10-24
Data di Pubblicazione 2016-10-24
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore ccani008
Tipo di Pagamento free
Lingue Supportate 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
    }
}