FastAccess Face Recognition Web Login

FastAccess SSO manages all your website logins.

Co to jest FastAccess Face Recognition Web Login?

FastAccess Face Recognition Web Login to rozszerzenie Chrome opracowane przez Sensible Vision, a jego główną funkcją jest „FastAccess SSO manages all your website logins.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia FastAccess Face Recognition Web Login

Pobierz pliki rozszerzeń FastAccess Face Recognition Web Login w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa FastAccess Face Recognition Web Login FastAccess Face Recognition Web Login
ID bcebepcbopnpbdhimpgfbbdkbimaoafn
Oficjalny URL https://chromewebstore.google.com/detail/fastaccess-face-recogniti/bcebepcbopnpbdhimpgfbbdkbimaoafn
Opis FastAccess SSO manages all your website logins.
Rozmiar pliku 36.16 KB
Liczba instalacji 35,547
Aktualna Wersja 1.0.0.96
Ostatnia Aktualizacja 2014-02-27
Data Publikacji 2014-02-26
Ocena 3.13/5 Łącznie 93 Oceny
Deweloper Sensible Vision
Typ Płatności free
Strona Rozszerzenia http://www.sensiblevision.com/faa/
Adres URL Strony Pomocy http://www.sensiblevision.com/support/
Obsługiwane Języki 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"
}