Refresh Mark FPT
Refresh Mark FPT is the extension to refresh mark of FPT and Ping student if Subject is PASSED
O que é Refresh Mark FPT?
Refresh Mark FPT é uma extensão do Chrome desenvolvida por Hoàng Văn Hiệp, e sua principal característica é "Refresh Mark FPT is the extension to refresh mark of FPT and Ping student if Subject is PASSED".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Refresh Mark FPT
Baixe arquivos de extensão Refresh Mark FPT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
An extension for FPTUers by HiepHV Just install, go to the page which not have full mark and click to the icon!
Informações Básicas da Extensão
Nome | |
ID | moojinimmhjnejdblgppojaojejgjkcp |
URL Oficial | https://chrome.google.com/webstore/detail/refresh-mark-fpt/moojinimmhjnejdblgppojaojejgjkcp |
Descrição | Refresh Mark FPT is the extension to refresh mark of FPT and Ping student if Subject is PASSED |
Tamanho do Arquivo | 322 KB |
Contagem de Instalações | 11 |
Versão Atual | 0.0.1 |
Última Atualização | 2019-05-15 |
Data de Publicação | 2019-05-15 |
Desenvolvedor | Hoàng Văn Hiệp |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://facebook.com/hiepnb97 |
Idiomas Suportados | 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" } |