FastAccess Face Recognition Web Login

FastAccess SSO manages all your website logins.

FastAccess Face Recognition Web Loginคืออะไร?

FastAccess Face Recognition Web Login เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sensible Vision และคุณลักษณะหลักของมันคือ "FastAccess SSO manages all your website logins."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FastAccess Face Recognition Web Login

ดาวน์โหลดไฟล์ส่วนขยาย FastAccess Face Recognition Web Login ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
}