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"입니다.
확장 프로그램 스크린샷
Refresh Mark FPT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |