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
官方網址 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
}