FastAccess Face Recognition Web Login

FastAccess SSO manages all your website logins.

Co je FastAccess Face Recognition Web Login?

FastAccess Face Recognition Web Login je rozšíření Chrome vyvinuté Sensible Vision, a jeho hlavní funkcí je „FastAccess SSO manages all your website logins.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření FastAccess Face Recognition Web Login

Stáhněte si soubory rozšíření FastAccess Face Recognition Web Login ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název FastAccess Face Recognition Web Login FastAccess Face Recognition Web Login
ID bcebepcbopnpbdhimpgfbbdkbimaoafn
Oficiální URL https://chromewebstore.google.com/detail/fastaccess-face-recogniti/bcebepcbopnpbdhimpgfbbdkbimaoafn
Popis FastAccess SSO manages all your website logins.
Velikost souboru 36.16 KB
Počet instalací 35,547
Aktuální Verze 1.0.0.96
Poslední Aktualizace 2014-02-27
Datum Vydání 2014-02-26
Hodnocení 3.13/5 Celkem 93 Hodnocení
Vývojář Sensible Vision
Typ Platby free
Webové stránky Rozšíření http://www.sensiblevision.com/faa/
URL Stránky Nápovědy http://www.sensiblevision.com/support/
Podporované Jazyky 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"
}