FPT GPA
GPA Of FPT University.
What is FPT GPA?
FPT GPA is a Chrome extension developed by truongtv1399it, and its main feature is "GPA Of FPT University.".
Extension Screenshots
Download FPT GPA Extension CRX File
Download FPT GPA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | lofjaafhahidapnnbiicofclaedimkda |
| Official URL | https://chromewebstore.google.com/detail/fpt-gpa/lofjaafhahidapnnbiicofclaedimkda |
| Description | GPA Of FPT University. |
| File Size | 39.13 KB |
| Installation Count | 3,510 |
| Current Version | 1.1.5 |
| Last Updated | 2022-12-27 |
| Publish Date | 2021-08-23 |
| Rating | 5.00/5 Total 10 Ratings |
| Developer | truongtv1399it |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://fap.fpt.edu.vn/Student.aspx |
| Help Page URL | https://fap.fpt.edu.vn/Student.aspx |
| Supported Languages | 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"
]
}
]
} | |