Autofill ebank info
This extension will help me autofill login info.
Autofill ebank info là gì?
Autofill ebank info là một tiện ích mở rộng Chrome được phát triển bởi https://www.deray.org, và tính năng chính của nó là "This extension will help me autofill login info.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Autofill ebank info
Tải xuống các tệp mở rộng Autofill ebank info dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
ebank autofill utility help user auto fill login form now support taipeifubon, esunbank, chb, yuantabank, sinopac, taishin and user data is trip-des encrypt save at local storage.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Autofill ebank info |
ID | dekakgokcdbnepfnaebhgkgackmnnmda |
URL Chính Thức | https://chromewebstore.google.com/detail/autofill-ebank-info/dekakgokcdbnepfnaebhgkgackmnnmda |
Mô tả | This extension will help me autofill login info. |
Kích Thước Tệp | 66.85 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 2.10.0 |
Cập Nhật Lần Cuối | 2019-08-13 |
Ngày Phát Hành | 2019-08-12 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://www.deray.org |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autofill ebank info", "description": "This extension will help me autofill login info.", "version": "2.10.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_popup": "options.html" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/ebank.taipeifubon.com.tw\/B2C\/common\/Index.faces", "*:\/\/ebank.esunbank.com.tw\/index.jsp", "*:\/\/www.chb.com.tw\/chbnib\/faces\/login\/Login", "*:\/\/ebank.yuantabank.com.tw\/ib\/ibanc.jsp", "*:\/\/mma.sinopac.com\/MemberPortal\/Member\/NextWebLogin.aspx", "*:\/\/my.taishinbank.com.tw\/TIBTWWeb\/RB00\/RB00010002.jsp", "*:\/\/www.ctbcbank.com\/CTCBPortalWeb\/toPage?id=*", "*:\/\/netbank.hncb.com.tw\/netbank\/servlet\/TrxDispatcher?trx=com.lb.wibc.trx.Login&*", "*:\/\/www.ctbcbank.com\/twrbc\/twrbc-general\/ot001\/010", "*:\/\/www.cathaybk.com.tw\/MyBank", "*:\/\/ipost.post.gov.tw\/pst\/*" ], "js": [ ".\/js\/jquery.min.js", ".\/js\/tripledes.js", ".\/js\/des.js", ".\/js\/autofill.js" ] } ], "background": { "scripts": [ ".\/js\/background.js" ] }, "permissions": [ "tabs", "storage", "identity", "identity.email" ] } |