Biomids Access Manager Extension

Save credentials for website access

What is Biomids Access Manager Extension?

Biomids Access Manager Extension is a Chrome extension developed by https://www.biomids.com, and its main feature is "Save credentials for website access".

Extension Screenshots

Download Biomids Access Manager Extension Extension CRX File

Download Biomids Access Manager Extension 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

                        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.                    

Extension Basic Information

Name Biomids Access Manager Extension Biomids Access Manager Extension
ID blbfgjbhnifbelfbjiajlgdfbicefgen
Official URL https://chromewebstore.google.com/detail/biomids-access-manager-ex/blbfgjbhnifbelfbjiajlgdfbicefgen
Description Save credentials for website access
File Size 152 KB
Installation Count 22
Current Version 2.0.0.1
Last Updated 2016-10-25
Publish Date 2016-10-25
Rating 5.00/5 Total 1 Ratings
Developer https://www.biomids.com
Payment Type free
Extension Website http://www.biomids.com/products/small-business/
Help Page URL http://www.biomids.com/support/instant-access-manager/
Supported Languages 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
}