FastAccess Face Recognition Web Login

FastAccess SSO manages all your website logins.

FastAccess Face Recognition Web Loginとは何ですか?

FastAccess Face Recognition Web LoginはSensible Visionによって開発されたChromeの拡張機能で、その主な機能は「FastAccess SSO manages all your website logins.」です。

拡張機能のスクリーンショット

screenshot

FastAccess Face Recognition Web Login拡張機能のCRXファイルをダウンロード

FastAccess Face Recognition Web Login拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        TEST FastAccess SSO manages your website logins                    

拡張機能の基本情報

名前 FastAccess Face Recognition Web Login FastAccess Face Recognition Web Login
ID kjjgjficdnjifahihocmflknmgnpgjai
公式URL https://chromewebstore.google.com/detail/fastaccess-face-recogniti/kjjgjficdnjifahihocmflknmgnpgjai
説明 FastAccess SSO manages all your website logins.
ファイルサイズ 41.39 KB
インストール数 121
現在のバージョン 1.0.0.98
最終更新日 2015-01-07
公開日 2015-01-07
評価 2.00/5 合計 2 レビュー
開発者 Sensible Vision
支払い方法 free
対応言語 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"
}