Refresh Mark FPT

Refresh Mark FPT is the extension to refresh mark of FPT and Ping student if Subject is PASSED

What is Refresh Mark FPT?

Refresh Mark FPT is a Chrome extension developed by Hoàng Văn Hiệp, and its main feature is "Refresh Mark FPT is the extension to refresh mark of FPT and Ping student if Subject is PASSED".

Extension Screenshots

screenshot

Download Refresh Mark FPT Extension CRX File

Download Refresh Mark FPT 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 FPTUers by HiepHV
Just install, go to the page which not have full mark and click to the icon!                    

Extension Basic Information

Name Refresh Mark FPT Refresh Mark FPT
ID moojinimmhjnejdblgppojaojejgjkcp
Official URL https://chrome.google.com/webstore/detail/refresh-mark-fpt/moojinimmhjnejdblgppojaojejgjkcp
Description Refresh Mark FPT is the extension to refresh mark of FPT and Ping student if Subject is PASSED
File Size 322 KB
Installation Count 11
Current Version 0.0.1
Last Updated 2019-05-15
Publish Date 2019-05-15
Developer Hoàng Văn Hiệp
Email [email protected]
Payment Type free
Privacy Policy Page URL https://facebook.com/hiepnb97
Supported Languages en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/fap.fpt.edu.vn\/*"
            ],
            "run_at": "document_end",
            "js": [
                "jquery-3.3.1.min.js",
                "scipt.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon_g.png",
        "default_popup": "popup.html",
        "default_title": "Refresh Mark FPT"
    },
    "description": "Refresh Mark FPT is the extension to refresh mark of FPT and Ping student if Subject is PASSED",
    "icons": {
        "128": "icon_g.png",
        "16": "icon_g.png",
        "48": "icon_g.png"
    },
    "manifest_version": 2,
    "name": "Refresh Mark FPT",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}