OmniDefend MFA Extension

Use OmniDefend's multi-factor authentication (MFA) features (non-FIDO device).

OmniDefend MFA Extension क्या है?

OmniDefend MFA Extension https://www.softexinc.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use OmniDefend's multi-factor authentication (MFA) features (non-FIDO device)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OmniDefend MFA Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम OmniDefend MFA Extension OmniDefend MFA Extension
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": [
                ""
            ]
        }
    ],
    "content_security_policy": [],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "file:\/\/\/*"
    ]
}