uAlbertaProfGuide

View RMP scores on uAlberta's class enrollment page

Cos'è uAlbertaProfGuide?

uAlbertaProfGuide è un'estensione di Chrome sviluppata da theDust, e la sua funzione principale è "View RMP scores on uAlberta's class enrollment page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione uAlbertaProfGuide

Scarica i file di estensione uAlbertaProfGuide 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

                        Chrome extension that integrate Rate My Professor results into the beartracks course search page.

Search for course under search for classes header. Hover over professor to view results from RMP. Click prof to redirect to RMP to view comments.

uAlbertaProfGuide is an unofficial chrome extension for beartracks, it is not endorsed by the University of Alberta                    

Informazioni di Base sull'Estensione

Nome uAlbertaProfGuide uAlbertaProfGuide
ID omminijickdpopkhpeehljlhehicgclk
URL Ufficiale https://chromewebstore.google.com/detail/ualbertaprofguide/omminijickdpopkhpeehljlhehicgclk
Descrizione View RMP scores on uAlberta's class enrollment page
Dimensione del File 68.77 KB
Conteggio Installazioni 31
Versione Corrente 1.2
Ultimo Aggiornamento 2017-04-10
Data di Pubblicazione 2017-04-09
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore theDust
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "uAlbertaProfGuide",
    "version": "1.2",
    "description": "View RMP scores on uAlberta's class enrollment page",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.beartracks.ualberta.ca\/psp\/uahebprd\/EMPLOYEE\/HRMS\/c\/SA_LEARNER_SERVICES*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.ratemyprofessors.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "Assets\/*.png"
    ]
}