Biomids Access Manager Extension

Save credentials for website access

Was ist Biomids Access Manager Extension?

Biomids Access Manager Extension ist eine Chrome-Erweiterung, die von https://www.biomids.com entwickelt wurde, und ihr Hauptmerkmal ist "Save credentials for website access".

Erweiterungsscreenshots

Biomids Access Manager Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Biomids Access Manager Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Biomids Access Manager Extension Biomids Access Manager Extension
ID blbfgjbhnifbelfbjiajlgdfbicefgen
Offizielle URL https://chromewebstore.google.com/detail/biomids-access-manager-ex/blbfgjbhnifbelfbjiajlgdfbicefgen
Beschreibung Save credentials for website access
Dateigröße 152 KB
Installationsanzahl 22
Aktuelle Version 2.0.0.1
Letztes Update 2016-10-25
Veröffentlichungsdatum 2016-10-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.biomids.com
Zahlungsart free
Erweiterungswebsite http://www.biomids.com/products/small-business/
Hilfeseite URL http://www.biomids.com/support/instant-access-manager/
Unterstützte Sprachen 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
}