FastAccess Face Recognition Web Login

FastAccess SSO manages all your website logins.

O que é FastAccess Face Recognition Web Login?

FastAccess Face Recognition Web Login é uma extensão do Chrome desenvolvida por Sensible Vision, e sua principal característica é "FastAccess SSO manages all your website logins.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão FastAccess Face Recognition Web Login

Baixe arquivos de extensão FastAccess Face Recognition Web Login no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome FastAccess Face Recognition Web Login FastAccess Face Recognition Web Login
ID bcebepcbopnpbdhimpgfbbdkbimaoafn
URL Oficial https://chromewebstore.google.com/detail/fastaccess-face-recogniti/bcebepcbopnpbdhimpgfbbdkbimaoafn
Descrição FastAccess SSO manages all your website logins.
Tamanho do Arquivo 36.16 KB
Contagem de Instalações 35,547
Versão Atual 1.0.0.96
Última Atualização 2014-02-27
Data de Publicação 2014-02-26
Classificação 3.13/5 Total de 93 Avaliações
Desenvolvedor Sensible Vision
Tipo de Pagamento free
Site da Extensão http://www.sensiblevision.com/faa/
URL da Página de Ajuda http://www.sensiblevision.com/support/
Idiomas Suportados 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"
}