Rate My FIU

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

Vad är Rate My FIU?

Rate My FIU är en Chrome-tillägg utvecklad av ccani008, och dess huvudfunktion är "The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Rate My FIU-förlängningens CRX-fil

Ladda ner Rate My FIU-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Rate My FIU Rate My FIU
ID fodacampppflppgklnlkljfhfpfajnid
Officiell webbadress https://chromewebstore.google.com/detail/rate-my-fiu/fodacampppflppgklnlkljfhfpfajnid
Beskrivning The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…
Filstorlek 36.85 KB
Antal Installationer 27
Aktuell Version 1.2
Senast Uppdaterad 2016-10-24
Publiceringsdatum 2016-10-24
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare ccani008
Betalningssätt free
Stödda Språk 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
    }
}