FastAccess Face Recognition Web Login

FastAccess SSO manages all your website logins.

Was ist FastAccess Face Recognition Web Login?

FastAccess Face Recognition Web Login ist eine Chrome-Erweiterung, die von Sensible Vision entwickelt wurde, und ihr Hauptmerkmal ist "FastAccess SSO manages all your website logins.".

Erweiterungsscreenshots

screenshot
screenshot

FastAccess Face Recognition Web Login-Erweiterungs-CRX-Datei herunterladen

Laden Sie FastAccess Face Recognition Web Login-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name FastAccess Face Recognition Web Login FastAccess Face Recognition Web Login
ID bcebepcbopnpbdhimpgfbbdkbimaoafn
Offizielle URL https://chromewebstore.google.com/detail/fastaccess-face-recogniti/bcebepcbopnpbdhimpgfbbdkbimaoafn
Beschreibung FastAccess SSO manages all your website logins.
Dateigröße 36.16 KB
Installationsanzahl 35,547
Aktuelle Version 1.0.0.96
Letztes Update 2014-02-27
Veröffentlichungsdatum 2014-02-26
Bewertung 3.13/5 Insgesamt 93 Bewertungen
Entwickler Sensible Vision
Zahlungsart free
Erweiterungswebsite http://www.sensiblevision.com/faa/
Hilfeseite URL http://www.sensiblevision.com/support/
Unterstützte Sprachen 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"
}