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" } |