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 - это расширение Chrome, разработанное Hoàng Văn Hiệp, и его основная функция - "Refresh Mark FPT is the extension to refresh mark of FPT and Ping student if Subject is PASSED".
Снимки экрана расширения
Скачать файл CRX расширения Refresh Mark FPT
Скачайте файлы расширений 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!
Основная информация о расширении
Название | |
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" } |