WWPass Authentication

WWPass authentication extension for Google Chrome

WWPass Authentication क्या है?

WWPass Authentication https://wwpass.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WWPass authentication extension for Google Chrome"।

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

screenshot
screenshot

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

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

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

                        The extension connects the Chrome browser to the WWPass Hardware token (USB or smart card) for passwordless Multifactor Authentication (MFA) and client-side encryption. WWPass native application is required for the extension to operate. See https://ks.wwpass.com/, WWPass Key Services site for details.


With the WWPass software bundle installed on a computer, the extension suggests a user to connect the WWPass crypto token, detects the presence of the token, and starts the user authentication.                    

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

नाम WWPass Authentication WWPass Authentication
ID miehnmafplejcppinokgfmlhkkfdalgi
आधिकारिक URL https://chromewebstore.google.com/detail/wwpass-authentication/miehnmafplejcppinokgfmlhkkfdalgi
विवरण WWPass authentication extension for Google Chrome
फ़ाइल का आकार 11.07 KB
स्थापना संख्या 88
वर्तमान संस्करण 1.0.9
अंतिम अपडेट 2024-01-11
प्रकाशन तिथि 2023-03-29
डेवलपर https://wwpass.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ks.wwpass.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WWPass Authentication",
    "description": "WWPass authentication extension for Google Chrome",
    "version": "1.0.9",
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmeeNXSMV+ASD+bk1vWDu74h+ObdIxou\/LjMpFB\/kQ1DGWCLPaZJ7T3tEMuGYNiP2ztMUEyuMz01vi3pnx+hP\/+6I75b7ssUonQgba+Do+5RZSC2Dk6vq1cmdqI5vTxnrzwzNw6hv5rjARLrkEs5axj\/HQUCxeZMqiBr4L\/FpFno6Xq7F7ctRWiarASVJfeS4xwrxFruwiQurCrIwnKexGhRga1pKBpFX\/8tXg34aOKfiuMn8MjJ6Jj5G8976PTBtW153wR+mBOyR3XP1cuDjaSpL9KNF3sZKh9Sz6u1Qc81Ggy+5XTdGixZzDddtmo+IHpUONF1VYs14Wcr5zvLN7QIDAQAB",
    "icons": {
        "128": "images\/logo-128.png"
    },
    "permissions": [
        "nativeMessaging"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "plugin.js"
            ]
        }
    ]
}