Biomids Access Manager Extension

Save credentials for website access

Apa itu Biomids Access Manager Extension?

Biomids Access Manager Extension adalah ekstensi Chrome yang dikembangkan oleh https://www.biomids.com, dan fitur utamanya adalah "Save credentials for website access".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Biomids Access Manager Extension

Unduh file ekstensi Biomids Access Manager Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Biomids Access Manager Extension Biomids Access Manager Extension
ID blbfgjbhnifbelfbjiajlgdfbicefgen
URL Resmi https://chromewebstore.google.com/detail/biomids-access-manager-ex/blbfgjbhnifbelfbjiajlgdfbicefgen
Deskripsi Save credentials for website access
Ukuran File 152 KB
Jumlah Instalasi 22
Versi Saat Ini 2.0.0.1
Terakhir Diperbarui 2016-10-25
Tanggal Publikasi 2016-10-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.biomids.com
Tipe Pembayaran free
Situs Ekstensi http://www.biomids.com/products/small-business/
URL Halaman Bantuan http://www.biomids.com/support/instant-access-manager/
Bahasa yang Didukung 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
}