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 |
官方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" ] } ] } |