Staples Final Grade/GPA Calculator

Calculates the GPA and grades for Staples High School students

Co to jest Staples Final Grade/GPA Calculator?

Staples Final Grade/GPA Calculator to rozszerzenie Chrome opracowane przez bradley.stakoff, a jego główną funkcją jest „Calculates the GPA and grades for Staples High School students”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Staples Final Grade/GPA Calculator

Pobierz pliki rozszerzeń Staples Final Grade/GPA Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension will allow you to see your final grades and GPA on powerschool. To use, simply add the extension, and when you navigate to powerschool you will see your final grades in the F1 column.                    

Podstawowe informacje o rozszerzeniu

Nazwa Staples Final Grade/GPA Calculator Staples Final Grade/GPA Calculator
ID hoodkcgbnjehjbahcldbmefgdppfdeoh
Oficjalny URL https://chromewebstore.google.com/detail/staples-final-gradegpa-ca/hoodkcgbnjehjbahcldbmefgdppfdeoh
Opis Calculates the GPA and grades for Staples High School students
Rozmiar pliku 52.87 KB
Liczba instalacji 234
Aktualna Wersja 3.0
Ostatnia Aktualizacja 2018-06-10
Data Publikacji 2018-06-10
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper bradley.stakoff
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Staples Final Grade\/GPA Calculator",
    "short_name": "StaplesFinalGrades",
    "version": "3.0",
    "description": "Calculates the GPA and grades for Staples High School students",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/powerschool.westportps.org\/guardian\/home.html*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "program.js"
            ]
        }
    ],
    "icons": {
        "128": "shsicon.png"
    },
    "manifest_version": 2
}