FastAccess Face Recognition Web Login
FastAccess SSO manages all your website logins.
FastAccess Face Recognition Web Login क्या है?
FastAccess Face Recognition Web Login Sensible Vision द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FastAccess SSO manages all your website logins."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FastAccess Face Recognition Web Login एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | FastAccess Face Recognition Web Login |
ID | bcebepcbopnpbdhimpgfbbdkbimaoafn |
आधिकारिक URL | https://chromewebstore.google.com/detail/fastaccess-face-recogniti/bcebepcbopnpbdhimpgfbbdkbimaoafn |
विवरण | FastAccess SSO manages all your website logins. |
फ़ाइल का आकार | 36.16 KB |
स्थापना संख्या | 35,547 |
वर्तमान संस्करण | 1.0.0.96 |
अंतिम अपडेट | 2014-02-27 |
प्रकाशन तिथि | 2014-02-26 |
रेटिंग | 3.13/5 कुल 93 रेटिंग्स |
डेवलपर | Sensible Vision |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.sensiblevision.com/faa/ |
सहायता पृष्ठ URL | http://www.sensiblevision.com/support/ |
समर्थित भाषाएँ | 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" } |