FPT GPA

GPA Of FPT University.

FPT GPAとは何ですか?

FPT GPAはtruongtv1399itによって開発されたChromeの拡張機能で、その主な機能は「GPA Of FPT University.」です。

拡張機能のスクリーンショット

screenshot

FPT GPA拡張機能のCRXファイルをダウンロード

FPT GPA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An extension for FPT University by RubyBar
Date: 27/12/2022
----------------------------------------------------------------------
This software supports students to calculate the average score of each student's semester. Additionally, it can calculate the average GPA for students to know the type of diploma that owns the present.
-----------------------------------------------------------------------
Version history:
v1.1.2: Add list undefect
v1.1.3: Update new format FAP
v1.1.4: Update new format FAP
v1.1.5: Update new format FAP                    

拡張機能の基本情報

名前 FPT GPA FPT GPA
ID lofjaafhahidapnnbiicofclaedimkda
公式URL https://chromewebstore.google.com/detail/fpt-gpa/lofjaafhahidapnnbiicofclaedimkda
説明 GPA Of FPT University.
ファイルサイズ 39.13 KB
インストール数 3,510
現在のバージョン 1.1.5
最終更新日 2022-12-27
公開日 2021-08-23
評価 5.00/5 合計 10 レビュー
開発者 truongtv1399it
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://fap.fpt.edu.vn/Student.aspx
ヘルプページのURL https://fap.fpt.edu.vn/Student.aspx
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FPT GPA",
    "description": "GPA Of FPT University.",
    "version": "1.1.5",
    "manifest_version": 3,
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx",
                "http:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx"
            ],
            "css": [
                "css\/myStyles.css"
            ],
            "js": [
                "js\/myJS.js"
            ]
        }
    ]
}