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
}