FastAccess Face Recognition Web Login

FastAccess SSO manages all your website logins.

什麼是FastAccess Face Recognition Web Login?

FastAccess Face Recognition Web Login是由Sensible Vision開發的Chrome擴展程式,該擴展的主要功能是“FastAccess SSO manages all your website logins.”。

擴展截圖

screenshot
screenshot

下載FastAccess Face Recognition Web Login擴展crx文件

下載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
官方網址 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"
}