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
Eメール [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"
}