Refresh Mark FPT

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

什么是Refresh Mark FPT?

Refresh Mark FPT是由Hoàng Văn Hiệp开发的Chrome扩展程序,该扩展的主要功能是“Refresh Mark FPT is the extension to refresh mark of FPT and Ping student if Subject is PASSED”。

扩展截图

screenshot

下载Refresh Mark FPT扩展crx文件

下载Refresh Mark FPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        An extension for FPTUers by HiepHV
Just install, go to the page which not have full mark and click to the icon!                    

扩展基本信息

名称 Refresh Mark FPT Refresh Mark FPT
ID moojinimmhjnejdblgppojaojejgjkcp
官方URL https://chrome.google.com/webstore/detail/refresh-mark-fpt/moojinimmhjnejdblgppojaojejgjkcp
简介 Refresh Mark FPT is the extension to refresh mark of FPT and Ping student if Subject is PASSED
文件大小 322 KB
安装次数 11
当前版本 0.0.1
更新时间 2019-05-15
上架时间 2019-05-15
开发者 Hoàng Văn Hiệp
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://facebook.com/hiepnb97
支持的语言 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"
}