Edusoft Web Tool by NguyenLinh-UET
Tool đăng kí học cho HANU,VNUA,PTIT,...
What is Edusoft Web Tool by NguyenLinh-UET?
Edusoft Web Tool by NguyenLinh-UET is a Chrome extension developed by nguyenlinh.uet, and its main feature is "Tool đăng kí học cho HANU,VNUA,PTIT,...".
Extension Screenshots
Download Edusoft Web Tool by NguyenLinh-UET Extension CRX File
Download Edusoft Web Tool by NguyenLinh-UET extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
NHỮNG TÍNH NĂNG CÓ TRÊN TOOL: - Lưu tài khoản để tự động đăng nhập - Đăng kí nhanh bằng danh sách môn được chuẩn bị trước MỘT SỐ TRANG WEB MÀ TOOL HỖ TRỢ Tool hỗ trợ được tất cả các website sử dụng EduSoft Web (Ở cuối trang có ghi Thiết kế bởi cty Phần mềm Anh Quân). Ví dụ như: - Học viện bưu chính viễn thông (Hà Nội) - Đại học Hà Nội (Hà Nội) - Học viện nông nghiệp Việt Nam (Hà Nội) - Đại học xây dựng (Hà Nội) - Học viện Ngân hàng (Hà Nội) CTT cũ - Đại học điện lực (Hà Nội) - Đại học Trà Vinh - Đại học ngoại thương(TP HCM) - Đại học ngoại thương (HN) - ĐH Quốc Tế – ĐHQG TPHCM - Đại học Hà Tĩnh - Đại học Bình Dương - ĐH Quảng Nam ..... Xem hướng dẫn chi tiết tại: https://nguyenlinhuet.wordpress.com/2019/10/29/huong-dan-cai-dat-va-su-dung-tool-dang-ki-tin-chi-cac-website-su-dung-source-edusoft-web-cty-phan-mem-anh-quan/ Group hỗ trợ: https://www.facebook.com/groups/165556974833741/
Extension Basic Information
Name | |
ID | jjegnhmnbfjcginjdplbbicjhkdkgmjo |
Official URL | https://chromewebstore.google.com/detail/edusoft-web-tool-by-nguye/jjegnhmnbfjcginjdplbbicjhkdkgmjo |
Description | Tool đăng kí học cho HANU,VNUA,PTIT,... |
File Size | 75.87 KB |
Installation Count | 913 |
Current Version | 1.2.3 |
Last Updated | 2021-01-08 |
Publish Date | 2020-07-04 |
Rating | 4.96/5 Total 24 Ratings |
Developer | nguyenlinh.uet |
[email protected] | |
Payment Type | free |
Extension Website | https://nguyenlinhuet.wordpress.com/ |
Help Page URL | https://www.facebook.com/groups/165556974833741 |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "NguyenLinh-UET", "content_scripts": [ { "js": [ "js\/autorun.js" ], "css": [ "css\/bootstrap.min.css", "css\/toastr.css" ], "matches": [ "*:\/\/qldt.ptit.edu.vn\/*", "*:\/\/daotao.hutech.edu.vn\/*", "*:\/\/qldt.cs2.ftu.edu.vn\/*", "*:\/\/sv.bdu.edu.vn\/*", "*:\/\/daotao.nuce.edu.vn\/*", "*:\/\/daotao.hvpnvn.edu.vn\/*", "*:\/\/qldt.hanu.vn\/*", "*:\/\/qldt2.hanu.vn\/*", "*:\/\/qldt3.hanu.vn\/*", "*:\/\/daotao.vnua.edu.vn\/*", "*:\/\/dkmh.epu.edu.vn\/*", "*:\/\/qldt.ptit.info\/*", "*:\/\/congthongtin.hvnh.edu.vn\/*", "*:\/\/tinchitest.ftu.edu.vn\/*", "*:\/\/daotao.humg.edu.vn\/*", "*:\/\/ftugate.ftu.edu.vn\/*", "*:\/\/edusoftweb.hcmiu.edu.vn\/*", "*:\/\/sdh.ou.edu.vn\/eduweb\/*", "*:\/\/dangkymonhoc.pyu.edu.vn\/*", "*:\/\/daotao.vnuf2.edu.vn\/*", "*:\/\/daotao.pvu.vn\/*", "*:\/\/daotao.utb.edu.vn\/*", "*:\/\/uis.ptithcm.edu.vn\/*", "*:\/\/daotao.qnamuni.edu.vn\/*", "*:\/\/dkmh.tnut.edu.vn\/*", "*:\/\/dkmh.oude.edu.vn\/*", "*:\/\/dkmh.hcmuaf.edu.vn\/*", "*:\/\/acdm.siu.edu.vn\/*", "*:\/\/hvsdh.tvu.edu.vn\/*", "*:\/\/daotao1.stu.edu.vn\/*", "*:\/\/daotao.ktkt.edu.vn\/*", "*:\/\/daotao.cfi.edu.vn\/*", "*:\/\/thongtindaotao.sgu.edu.vn\/*", "*:\/\/online.vanlanguni.edu.vn\/*", "*:\/\/dkmh.hitu.edu.vn\/web\/*", "*:\/\/daotao.uef.edu.vn\/*" ], "run_at": "document_idle" } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "manifest_version": 2, "name": "Edusoft Web Tool by NguyenLinh-UET", "browser_action": { "default_icon": "img\/icon16.png", "default_title": "Edusoft Web Tool by NguyenLinh-UET", "default_popup": "html\/popup.html" }, "description": "Tool \u0111\u0103ng k\u00ed h\u1ecdc cho HANU,VNUA,PTIT,...", "homepage_url": "https:\/\/www.facebook.com\/nguyenlinh.uet", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "storage" ], "version": "1.2.3", "web_accessible_resources": [ "js\/content.js", "js\/toastr.js" ] } |