MFAuth - 2FA Authenticator

Get 2FA OTP instantly from your MFAuth Cloud account. Works with MFAuth Authenticator app.

Vad är MFAuth - 2FA Authenticator?

MFAuth - 2FA Authenticator är en Chrome-tillägg utvecklad av https://mfauth.in, och dess huvudfunktion är "Get 2FA OTP instantly from your MFAuth Cloud account. Works with MFAuth Authenticator app.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner MFAuth - 2FA Authenticator-förlängningens CRX-fil

Ladda ner MFAuth - 2FA Authenticator-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

                        Get 2FA OTP instantly using the extension without needing to access your mobile device. Works with MFAuth - 2FA Authenticator mobile app.

This extension empowers you to easily access the 2-factor authentication codes on your browser without a need to reach out for your phone. No need to manually type in the codes ever again!

2-factor authentication adds an extra layer of security to your accounts. In 2FA, apart from your email and password, you also have to enter a security code to log in. This temporary code is generated by a secure algorithm. Enabling 2FA can prevent you from upto 80% of the cyber attacks.

2FA is supported by majority of the online services including: Google, Facebook, Github, Epic Games, Evernote, etc.

The extension only acts as a supplement to the MFAuth Authenticator Android and iOS apps. To use this extension, please create an account using the mobile app.                    

Grundläggande Information om Tillägg

Namn MFAuth - 2FA Authenticator MFAuth - 2FA Authenticator
ID eiokpeobbgpinbmcanngjjbklmhlepan
Officiell webbadress https://chromewebstore.google.com/detail/mfauth-2fa-authenticator/eiokpeobbgpinbmcanngjjbklmhlepan
Beskrivning Get 2FA OTP instantly from your MFAuth Cloud account. Works with MFAuth Authenticator app.
Filstorlek 2.58 MB
Antal Installationer 231
Aktuell Version 1.0.4
Senast Uppdaterad 2022-06-01
Publiceringsdatum 2022-05-26
Utvecklare https://mfauth.in
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.mfauth.in/home
Hjälpsida URL https://www.mfauth.in/docs/faqs
URL till Sekretesspolicy Sidan https://atozappz.in/mfauth-privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MFAuth - 2FA Authenticator",
    "version": "1.0.4",
    "action": {
        "default_icon": {
            "16": "assets\/logos\/16px.png",
            "32": "assets\/logos\/32px.png"
        },
        "default_title": "MFAuth",
        "default_popup": "index.html"
    },
    "description": "Get 2FA OTP instantly from your MFAuth Cloud account. Works with MFAuth Authenticator app.",
    "icons": {
        "16": "assets\/logos\/16px.png",
        "32": "assets\/logos\/32px.png",
        "48": "assets\/logos\/48px.png",
        "128": "assets\/logos\/128px.png"
    },
    "author": "MFAuth",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.mfauth.in\/*",
        "https:\/\/prod-api-mfa.azurewebsites.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mfauth.in\/*"
            ],
            "js": [
                "assets\/js\/connect.chrome.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; font-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/logos\/32px.png"
            ],
            "matches": [
                "https:\/\/*.mfauth.in\/*"
            ]
        }
    ]
}