Biomids Access Manager Extension

Save credentials for website access

Что такое Biomids Access Manager Extension?

Biomids Access Manager Extension - это расширение Chrome, разработанное https://www.biomids.com, и его основная функция - "Save credentials for website access".

Снимки экрана расширения

Скачать файл CRX расширения Biomids Access Manager Extension

Скачайте файлы расширений 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
}