Push Authenticator
Two Factor Authentication Simplified using Push Notification Verification
Push Authenticator là gì?
Push Authenticator là một tiện ích mở rộng Chrome được phát triển bởi push-authenticator-developers, và tính năng chính của nó là "Two Factor Authentication Simplified using Push Notification Verification".
Ả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 Push Authenticator
Tải xuống các tệp mở rộng Push Authenticator 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
Allows you to receive two factor authentication codes via push notification instead of manually copying the code from your phone.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dohecjonbhinehgkkamcnpkdakhghaej |
URL Chính Thức | https://chromewebstore.google.com/detail/push-authenticator/dohecjonbhinehgkkamcnpkdakhghaej |
Mô tả | Two Factor Authentication Simplified using Push Notification Verification |
Kích Thước Tệp | 486 KB |
Số Lần Cài Đặt | 550 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2016-08-01 |
Ngày Phát Hành | 2016-07-31 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | push-authenticator-developers |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://explore.singular.net/authenticator |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Push Authenticator", "description": "Two Factor Authentication Simplified using Push Notification Verification", "version": "2.1", "icons": { "128": "icons\/app_icon_128x128.png" }, "browser_action": { "default_icon": "icons\/app_icon_38x38.png", "default_popup": "popup.html", "default_title": "Push Authenticator" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [], "js": [ "jquery-2.2.4.min.js", "content_script.js" ] } ], "background": { "scripts": [ "jquery-2.2.4.min.js", "sjcl.js", "background.js" ] }, "permissions": [ "activeTab", "clipboardWrite", "gcm", "storage" ] } |