FastAccess Face Recognition Web Login
FastAccess SSO manages all your website logins.
FastAccess Face Recognition Web Login là gì?
FastAccess Face Recognition Web Login là một tiện ích mở rộng Chrome được phát triển bởi Sensible Vision, và tính năng chính của nó là "FastAccess SSO manages all your website logins.".
Ả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 FastAccess Face Recognition Web Login
Tải xuống các tệp mở rộng FastAccess Face Recognition Web Login 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
FastAccess Face Recognition Web Login for Chrome This Chrome extension enables FastAccess Anywhere Face Recognition to securely manage your website passwords and automatically log you in to websites with your face. Or, you can choose to protect your existing Chrome password vault with face recognition. The extension is FREE but requires FastAccess Anywhere v5 for Windows to already be purchased and installed. Try FastAccess here: http://www.sensiblevision.com/download Purchase FastAccess here: http://www.sensiblevision.com/purchase FastAccess Anywhere is the world's best and fastest face recognition. Available for Windows, Android, and Apple iOS. To learn more, watch the videos to the left and visit: http://www.sensiblevision.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FastAccess Face Recognition Web Login |
ID | bcebepcbopnpbdhimpgfbbdkbimaoafn |
URL Chính Thức | https://chromewebstore.google.com/detail/fastaccess-face-recogniti/bcebepcbopnpbdhimpgfbbdkbimaoafn |
Mô tả | FastAccess SSO manages all your website logins. |
Kích Thước Tệp | 36.16 KB |
Số Lần Cài Đặt | 35,547 |
Phiên Bản Hiện Tại | 1.0.0.96 |
Cập Nhật Lần Cuối | 2014-02-27 |
Ngày Phát Hành | 2014-02-26 |
Đánh Giá | 3.13/5 Tổng số 93 Đánh Giá |
Nhà Phát Triển | Sensible Vision |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.sensiblevision.com/faa/ |
URL Trang Trợ Giúp | http://www.sensiblevision.com/support/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "content_scripts": [ { "all_frames": true, "js": [ "fasso_contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "FastAccess SSO manages all your website logins.", "icons": { "128": "fasso.png" }, "manifest_version": 2, "name": "FastAccess Face Recognition Web Login", "short_name": "FastAccess SSO", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "nativeMessaging" ], "version": "1.0.0.96" } |