Montville Cumulative GPA Calculator

This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School

ما هو Montville Cumulative GPA Calculator؟

Montville Cumulative GPA Calculator هو إضافة Chrome تم تطويرها بواسطة ShYaM، والميزة الرئيسية لها هي "This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Montville Cumulative GPA Calculator

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

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

                        This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School.  All you have to do is go to the Grading History tab in the Grading section of the Montville Parent Access page, click on the extension, and click "Calculate!" 

You will see your cumulative GPA across your years at Montville Township High School above your name. Additionally, your final GPA for each year will appear right underneath all your classes for each year in a highlighted format (see screenshot above).                    

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

الاسم Montville Cumulative GPA Calculator Montville Cumulative GPA Calculator
ID dkllbohbhablifdemnodeaagkpkgklff
عنوان URL الرسمي https://chromewebstore.google.com/detail/montville-cumulative-gpa/dkllbohbhablifdemnodeaagkpkgklff
الوصف This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School
حجم الملف 58.87 KB
عدد التثبيتات 53
النسخة الحالية 1.22
آخر تحديث 2019-08-30
تاريخ النشر 2019-08-30
تقييم 4.50/5 مجموع تقييمات 2
المطور ShYaM
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Montville Cumulative GPA Calculator",
    "description": "This extension calculates the Cumulative GPA of a student across his\/her years at Montville Township High School",
    "version": "1.22",
    "author": "Shyam Mehta",
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/parents.montville.net\/genesis\/*",
                "https:\/\/parents.genesisedu.com\/*"
            ],
            "js": [
                ".\/src\/jquery.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": ".\/images\/icon.png",
        "default_title": "Montville Cumulative GPA",
        "default_popup": "popup.html"
    }
}