Gpa calculator

Quick launch GPA viewer for Yorku students

Wat is Gpa calculator?

Gpa calculator is een Chrome-extensie ontwikkeld door Alexander, en de belangrijkste functie is "Quick launch GPA viewer for Yorku students".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Gpa calculator

Download Gpa calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Gpa calculator Gpa calculator
ID lpabmedjkjjjpjmeadnbpbmbklhnbbel
Officiële URL https://chromewebstore.google.com/detail/gpa-calculator/lpabmedjkjjjpjmeadnbpbmbklhnbbel
Beschrijving Quick launch GPA viewer for Yorku students
Bestandsgrootte 120 KB
Aantal Installaties 43
Huidige Versie 1.0
Laatst Bijgewerkt 2020-08-02
Publicatiedatum 2020-07-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Alexander
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}