miniOrange 2Factor Autofill
Secure 2Factor autofill to any application
miniOrange 2Factor Autofill là gì?
miniOrange 2Factor Autofill là một tiện ích mở rộng Chrome được phát triển bởi https://miniorange.com, và tính năng chính của nó là "Secure 2Factor autofill to any application".
Ả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 miniOrange 2Factor Autofill
Tải xuống các tệp mở rộng miniOrange 2Factor Autofill 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
- The miniOrange 2Factor Autofill Plug-in will allow the user to seamlessly autofill the second factor field in login page. This would be facilitated through OTP generated by miniOrange Authenticator app. - The plug-in communicates securely with the miniOrange server to fetch the One Time Passcode when signing into an available application.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | miniOrange 2Factor Autofill |
ID | pbhonodandfkaiflohfgpaonaejionee |
URL Chính Thức | https://chromewebstore.google.com/detail/miniorange-2factor-autofi/pbhonodandfkaiflohfgpaonaejionee |
Mô tả | Secure 2Factor autofill to any application |
Kích Thước Tệp | 105 KB |
Số Lần Cài Đặt | 98 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2015-07-28 |
Ngày Phát Hành | 2015-07-28 |
Đánh Giá | 2.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://miniorange.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.miniorange.com/usecases/miniOrange_Privacy_Policy.pdf |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "miniOrange 2Factor Autofill", "version": "1.5", "manifest_version": 2, "description": "Secure 2Factor autofill to any application", "icons": { "32": "images\/icon32.png", "128": "images\/icon128.png" }, "short_name": "2FA Plug-in", "content_scripts": [ { "matches": [ "https:\/\/accounts.google.com\/*" ], "js": [ "js\/jquery-1.9.1.js", "js\/gmail.js", "js\/common.js", "js\/gmail2.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.amazon.com\/ap\/signin?*" ], "js": [ "js\/jquery-1.9.1.js", "js\/aws.js", "js\/common.js", "js\/aws2.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/dashboard.stripe.com\/login*" ], "js": [ "js\/jquery-1.9.1.js", "js\/stripe.js", "js\/common.js", "js\/stripe2.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.cryptsy.com\/users\/*" ], "js": [ "js\/jquery-1.9.1.js", "js\/cryptsy.js", "js\/common.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "https:\/\/www.evernote.com\/*" ], "js": [ "js\/jquery-1.9.1.js", "js\/evernote.js", "js\/common.js", "js\/evernote.js", "js\/evernote2.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "https:\/\/github.com\/*" ], "js": [ "js\/jquery-1.9.1.js", "js\/github.js", "js\/common.js", "js\/github2.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "https:\/\/localbitcoins.com\/*" ], "js": [ "js\/jquery-1.9.1.js", "js\/localbitcoins.js", "js\/common.js", "js\/localbitcoins2.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "https:\/\/www.bitcoin.de\/*" ], "js": [ "js\/jquery-1.9.1.js", "js\/bitcoinde.js", "js\/common.js", "js\/bitcoinde2.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "https:\/\/wordpress.com\/wp-login.php*" ], "js": [ "js\/jquery-1.9.1.js", "js\/wordpress.js", "js\/common.js", "js\/wordpress2.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "https:\/\/login.eveonline.com\/Account\/*" ], "js": [ "js\/jquery-1.9.1.js", "js\/eve.js", "js\/common.js", "js\/eve2.js" ], "run_at": "document_end" } ] } |