FPT GPA

Calculate Total GPA and semester GPA

ما هو FPT GPA؟

FPT GPA هو إضافة Chrome تم تطويرها بواسطة vuhk، والميزة الرئيسية لها هي "Calculate Total GPA and semester GPA".

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

screenshot

تحميل ملف CRX للإضافة FPT GPA

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

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

                        An Extension for Students of FPT
- Caculate GPA and evalue rank each Semester and 
- Caculate total GPA
Updated for 12/2019

Changelog : 
- 27/12/2019 : Move PMG201c to exclude list
- 19/03/2021 : Support https                    

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

الاسم FPT GPA FPT GPA
ID pieacoaichghpileamnhephkedchnlba
عنوان URL الرسمي https://chromewebstore.google.com/detail/fpt-gpa/pieacoaichghpileamnhephkedchnlba
الوصف Calculate Total GPA and semester GPA
حجم الملف 244 KB
عدد التثبيتات 10,479
النسخة الحالية 1.4.2
آخر تحديث 2021-11-25
تاريخ النشر 2020-06-04
تقييم 4.90/5 مجموع تقييمات 21
المطور vuhk
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://fap.fpt.edu.vn/Grade/StudentTranscript.aspx
عنوان صفحة المساعدة https://www.facebook.com/khanhvu2212
عنوان صفحة سياسة الخصوصية https://spdx.org/licenses/MIT.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FPT GPA",
    "version": "1.4.2",
    "manifest_version": 2,
    "description": "Calculate Total GPA and semester GPA",
    "homepage_url": "https:\/\/www.facebook.com\/khanhvu2212",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "FU GPA"
    },
    "permissions": [
        "http:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx",
        "https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx",
                "http:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx"
            ],
            "css": [
                "css\/gpa.css"
            ],
            "js": [
                "js\/define.js",
                "js\/util.js",
                "js\/logic.js"
            ],
            "run_at": "document_end"
        }
    ]
}