Gpa calculator

Quick launch GPA viewer for Yorku students

Cos'è Gpa calculator?

Gpa calculator è un'estensione di Chrome sviluppata da Alexander, e la sua funzione principale è "Quick launch GPA viewer for Yorku students".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Gpa calculator

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

                        An extension for students at York University to view their overall , sessional, and choice of culminative Grade Point Average (GPA) in a click of a button.                    

Informazioni di Base sull'Estensione

Nome Gpa calculator Gpa calculator
ID lpabmedjkjjjpjmeadnbpbmbklhnbbel
URL Ufficiale https://chromewebstore.google.com/detail/gpa-calculator/lpabmedjkjjjpjmeadnbpbmbklhnbbel
Descrizione Quick launch GPA viewer for Yorku students
Dimensione del File 120 KB
Conteggio Installazioni 43
Versione Corrente 1.0
Ultimo Aggiornamento 2020-08-02
Data di Pubblicazione 2020-07-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Alexander
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gpa calculator",
    "version": "1.0",
    "description": "Quick launch GPA viewer for Yorku students",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wrem.sis.yorku.ca\/Apps\/WebObjects\/ydml.woa\/wa\/DirectAction\/document?name=CourseListv1",
                "https:\/\/w6prod.sis.yorku.ca\/yda\/student"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "eecs calculator",
        "default_icon": "icon.png"
    }
}