GPA FPT University

An extension for FPTUers by HiepHV

What is GPA FPT University?

GPA FPT University is a Chrome extension developed by Hoàng Hiệp, and its main feature is "An extension for FPTUers by HiepHV".

Extension Screenshots

screenshot

Download GPA FPT University Extension CRX File

Download GPA FPT University 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

                        Just install, go to the FAP (Academic Transcript - Báo cáo điểm) and enjoy!

Note:
Exclude '0 credit subjects', '0 points subjects', 'Not passed subjects', 'On the job training', 'Vovinam'
Updated 15/06/2019: Export to Excel

Entertainment:
If you want to be an excellent student, try 'FAKE SVXS ĐH FPT':
https://chrome.google.com/webstore/detail/fake-svxs-đh-fpt/eflfgkkbehccdnkfodfokkhkcojalkcf

If you want to be notified when the subject passes, try 'Refresh Mark FPT':
https://chrome.google.com/webstore/detail/refresh-mark-fpt/moojinimmhjnejdblgppojaojejgjkcp                    

Extension Basic Information

Name GPA FPT University GPA FPT University
ID oelplgmhagacafchcofdknhlfiinkjnj
Official URL https://chromewebstore.google.com/detail/gpa-fpt-university/oelplgmhagacafchcofdknhlfiinkjnj
Description An extension for FPTUers by HiepHV
File Size 43.79 KB
Installation Count 4,000
Current Version 0.0.3
Last Updated 2019-06-15
Publish Date 2019-06-14
Rating 4.89/5 Total 9 Ratings
Developer Hoàng Hiệp
Email [email protected]
Payment Type free
Extension Website http://fap.fpt.edu.vn
Privacy Policy Page URL https://tudienjp.com/privacy
Supported Languages en
manifest.json
{
    "browser_action": {
        "default_icon": "images\/icon48.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "An extension for FPTUers by HiepHV",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgiiN8z07JdZ0o16q92YgEP97IZwtuRLJCHeHg5YpvaTBOXKosGa\/3Yz2CrbTc3JangqcZKhmLAa3W9zAcYu0CHJqgw2C4l5CzJITTDE0AfJ5CGAMjvtt6+nC+4sDEw0PqJ9cCZ\/U7GrVLyq4DWzJyNssdeSMk0c+0yr889uVgWbW0XBUGSM6vN4fXiyzo6EDkI+A8OoYDU25SEK3l58gzBVwrBMhXOgS+1KIOgxPxX6pZEQXENQzuicLiQ3wCpj4fjjBlFc7lx7dUA\/9ac1ZWp1xK4TVV7ukYR9OqcmfxFEI1Wg3HxAh6U0mmeBcvyInXxcwH9sJGHXZ3FP05JRLxQIDAQAB",
    "manifest_version": 2,
    "name": "GPA FPT University",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.3"
}