Staples Final Grade/GPA Calculator

Calculates the GPA and grades for Staples High School students

ما هو Staples Final Grade/GPA Calculator؟

Staples Final Grade/GPA Calculator هو إضافة Chrome تم تطويرها بواسطة bradley.stakoff، والميزة الرئيسية لها هي "Calculates the GPA and grades for Staples High School students".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Staples Final Grade/GPA Calculator

قم بتنزيل ملفات الامتداد Staples Final Grade/GPA Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Staples Final Grade/GPA Calculator Staples Final Grade/GPA Calculator
ID hoodkcgbnjehjbahcldbmefgdppfdeoh
عنوان URL الرسمي https://chromewebstore.google.com/detail/staples-final-gradegpa-ca/hoodkcgbnjehjbahcldbmefgdppfdeoh
الوصف Calculates the GPA and grades for Staples High School students
حجم الملف 52.87 KB
عدد التثبيتات 234
النسخة الحالية 3.0
آخر تحديث 2018-06-10
تاريخ النشر 2018-06-10
تقييم 4.00/5 مجموع تقييمات 4
المطور bradley.stakoff
نوع الدفع free
اللغات المدعومة 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
}