Biomids Access Manager Extension

Save credentials for website access

Biomids Access Manager Extension là gì?

Biomids Access Manager Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.biomids.com, và tính năng chính của nó là "Save credentials for website access".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Biomids Access Manager Extension

Tải xuống các tệp mở rộng Biomids Access Manager Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Biomids Access Manager Extension Biomids Access Manager Extension
ID blbfgjbhnifbelfbjiajlgdfbicefgen
URL Chính Thức https://chromewebstore.google.com/detail/biomids-access-manager-ex/blbfgjbhnifbelfbjiajlgdfbicefgen
Mô tả Save credentials for website access
Kích Thước Tệp 152 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 2.0.0.1
Cập Nhật Lần Cuối 2016-10-25
Ngày Phát Hành 2016-10-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.biomids.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.biomids.com/products/small-business/
URL Trang Trợ Giúp http://www.biomids.com/support/instant-access-manager/
Ngôn Ngữ Được Hỗ Trợ 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
}