Biomids Access Manager Extension

Save credentials for website access

Biomids Access Manager Extensionとは何ですか?

Biomids Access Manager Extensionはhttps://www.biomids.comによって開発されたChromeの拡張機能で、その主な機能は「Save credentials for website access」です。

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

Biomids Access Manager Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Biomids Access Manager–Desktop (BAM) is a biometric authentication software solution that provides secure, instant access to Windows 7, 8 and 10 devices, and to websites visited from these devices.  All that is required for an authorized user to be logged onto a device, and onto any frequently visited websites, is the successful recognition of the user’s face via the device’s webcam and the BAM software.

This extension is used in conjunction with Biomids Access Manager.                    

拡張機能の基本情報

名前 Biomids Access Manager Extension Biomids Access Manager Extension
ID blbfgjbhnifbelfbjiajlgdfbicefgen
公式URL https://chromewebstore.google.com/detail/biomids-access-manager-ex/blbfgjbhnifbelfbjiajlgdfbicefgen
説明 Save credentials for website access
ファイルサイズ 152 KB
インストール数 22
現在のバージョン 2.0.0.1
最終更新日 2016-10-25
公開日 2016-10-25
評価 5.00/5 合計 1 レビュー
開発者 https://www.biomids.com
支払い方法 free
拡張機能のウェブサイト http://www.biomids.com/products/small-business/
ヘルプページのURL http://www.biomids.com/support/instant-access-manager/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Biomids Access Manager Extension",
    "description": "Save credentials for website access",
    "version": "2.0.0.1",
    "permissions": [
        "nativeMessaging",
        "contextMenus",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js",
                "jquery-1.8.3.min.js",
                "jquery-ui.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.htm"
    },
    "manifest_version": 2
}