Biomids Access Manager Extension

Save credentials for website access

Vad är Biomids Access Manager Extension?

Biomids Access Manager Extension är en Chrome-tillägg utvecklad av https://www.biomids.com, och dess huvudfunktion är "Save credentials for website access".

Tilläggsskärmbilder

Ladda ner Biomids Access Manager Extension-förlängningens CRX-fil

Ladda ner Biomids Access Manager Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Biomids Access Manager Extension Biomids Access Manager Extension
ID blbfgjbhnifbelfbjiajlgdfbicefgen
Officiell webbadress https://chromewebstore.google.com/detail/biomids-access-manager-ex/blbfgjbhnifbelfbjiajlgdfbicefgen
Beskrivning Save credentials for website access
Filstorlek 152 KB
Antal Installationer 22
Aktuell Version 2.0.0.1
Senast Uppdaterad 2016-10-25
Publiceringsdatum 2016-10-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.biomids.com
Betalningssätt free
Tilläggswebbplats http://www.biomids.com/products/small-business/
Hjälpsida URL http://www.biomids.com/support/instant-access-manager/
Stödda Språk 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
}