FastAccess Face Recognition Web Login

FastAccess SSO manages all your website logins.

What is FastAccess Face Recognition Web Login?

FastAccess Face Recognition Web Login is a Chrome extension developed by Sensible Vision, and its main feature is "FastAccess SSO manages all your website logins.".

Extension Screenshots

screenshot

Download FastAccess Face Recognition Web Login Extension CRX File

Download FastAccess Face Recognition Web Login extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        TEST FastAccess SSO manages your website logins                    

Extension Basic Information

Name FastAccess Face Recognition Web Login FastAccess Face Recognition Web Login
ID kjjgjficdnjifahihocmflknmgnpgjai
Official URL https://chromewebstore.google.com/detail/fastaccess-face-recogniti/kjjgjficdnjifahihocmflknmgnpgjai
Description FastAccess SSO manages all your website logins.
File Size 41.39 KB
Installation Count 121
Current Version 1.0.0.98
Last Updated 2015-01-07
Publish Date 2015-01-07
Rating 2.00/5 Total 2 Ratings
Developer Sensible Vision
Payment Type free
Supported Languages de,en,fr,nl,es,it,pt-BR,ru,zh-CN,zh-TW,ja,ko
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"
        }
    ],
    "icons": {
        "128": "fasso.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "FastAccess SSO",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "nativeMessaging"
    ],
    "version": "1.0.0.98"
}