FPT GPA
GPA Of FPT University.
什麼是FPT GPA?
FPT GPA是由truongtv1399it開發的Chrome擴展程式,該擴展的主要功能是“GPA Of FPT University.”。
擴展截圖
下載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 |
ID | lofjaafhahidapnnbiicofclaedimkda |
官方網址 | 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" ] } ] } |