GPA

this is the extension used to calculate the GPA score for the top points of the university fpt

ما هو GPA؟

GPA هو إضافة Chrome تم تطويرها بواسطة gianghoang.9955، والميزة الرئيسية لها هي "this is the extension used to calculate the GPA score for the top points of the university fpt".

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

screenshot

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

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

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

                        this is the extension used to calculate the GPA score for the top points of the university fpt                    

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

الاسم GPA GPA
ID lophbplfkejkpndhjfmfhjmlmehfmbng
عنوان URL الرسمي https://chromewebstore.google.com/detail/gpa/lophbplfkejkpndhjfmfhjmlmehfmbng
الوصف this is the extension used to calculate the GPA score for the top points of the university fpt
حجم الملف 3.36 KB
عدد التثبيتات 34
النسخة الحالية 1.0
آخر تحديث 2021-08-19
تاريخ النشر 2021-08-19
تقييم 5.00/5 مجموع تقييمات 1
المطور gianghoang.9955
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPA",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}