Refresh Mark FPT

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

Co to jest Refresh Mark FPT?

Refresh Mark FPT to rozszerzenie Chrome opracowane przez Hoàng Văn Hiệp, a jego główną funkcją jest „Refresh Mark FPT is the extension to refresh mark of FPT and Ping student if Subject is PASSED”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Refresh Mark FPT

Pobierz pliki rozszerzeń Refresh Mark FPT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Refresh Mark FPT Refresh Mark FPT
ID moojinimmhjnejdblgppojaojejgjkcp
Oficjalny URL https://chrome.google.com/webstore/detail/refresh-mark-fpt/moojinimmhjnejdblgppojaojejgjkcp
Opis Refresh Mark FPT is the extension to refresh mark of FPT and Ping student if Subject is PASSED
Rozmiar pliku 322 KB
Liczba instalacji 11
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2019-05-15
Data Publikacji 2019-05-15
Deweloper Hoàng Văn Hiệp
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://facebook.com/hiepnb97
Obsługiwane Języki 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"
}