FPT GPA

GPA Of FPT University.

FPT GPA란 무엇입니까?

FPT GPA은(는) truongtv1399it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GPA Of FPT University."입니다.

확장 프로그램 스크린샷

screenshot

FPT GPA 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}