OmniDefend MFA Extension
Use OmniDefend's multi-factor authentication (MFA) features (non-FIDO device).
什么是OmniDefend MFA Extension?
OmniDefend MFA Extension是由https://www.softexinc.com开发的Chrome扩展程序,该扩展的主要功能是“Use OmniDefend's multi-factor authentication (MFA) features (non-FIDO device).”。
扩展截图
下载OmniDefend MFA Extension扩展crx文件
下载OmniDefend MFA Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Softex OmniDefend is an industry leading Identity and Access Management (IAM) solution.  
OmniDefend uses multi-factor authentication (MFA) to secure your workforce, customers and the online experience on your website.  This extension is required if you want to use the following MFA devices with OmniDefend:
- Windows Biometric Framework (WBF) compliant fingerprint sensor (see supported list)
- Futronics fingerprint sensors
- Signotec signature pad
- Fujtisu PalmSecure scanners                     扩展基本信息
| 名称 |   |  
| ID | bjmgfifmindcopelajhaahpibmmojkga | 
| 官方URL | https://chromewebstore.google.com/detail/omnidefend-mfa-extension/bjmgfifmindcopelajhaahpibmmojkga | 
| 简介 | Use OmniDefend's multi-factor authentication (MFA) features (non-FIDO device). | 
| 文件大小 | 14.15 KB | 
| 安装次数 | 0 | 
| 当前版本 | 2.4.2.24011 | 
| 更新时间 | 2024-01-12 | 
| 上架时间 | 2019-12-02 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | https://www.softexinc.com | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 隐私政策页面URL | https://app.termly.io/document/privacy-policy/71e35e17-b77b-4163-98b3-63f37c3d56a7 | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgC3ibFeUKMS+L+f1WAL7X6U85+mV3at5WJG8zGSUaEIByrudT5Hi7tP+2xaV7komEIid4X02RPez\/ovzU5K1A5Bdrzmje5EDTj0x1VhrqDuc+12DpFCeAB9vSHwRawGHr+mDPrQZR\/fNP1H8+DB3izIp0SrlS9L9AmGFFYI7ccpKmmvNHE9fOhajQi92Rn9mdZ3lmMRceGCe5DJj5anSm3hvE4O66rV6lgLBvUgRyCLnqCJ6BHfzWz\/GjCECI\/\/TSSNhQRk1UwuEEz2qHv8L1bboEUtqPJ1KpLSzj9F7iFw9eRO8WVVTSvdMIa5mrjAh4yS2aov15ZmkUgXvNfzgFwIDAQAB",
    "name": "OmniDefend MFA Extension",
    "short_name": "OD MFA",
    "description": "Use OmniDefend's multi-factor authentication (MFA) features (non-FIDO device).",
    "version": "2.4.2.24011",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background_wrapper.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "common.js",
                "extApi.js",
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "nativeMessaging",
        "scripting",
        "tabs",
        "management"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "communication.html",
                "common.js",
                "communication.js",
                "extApi.js"
            ],
            "matches": [
                "  |  |