MFAuth - 2FA Authenticator

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

MFAuth - 2FA Authenticator란 무엇입니까?

MFAuth - 2FA Authenticator은(는) https://mfauth.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get 2FA OTP instantly from your MFAuth Cloud account. Works with MFAuth Authenticator app."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

MFAuth - 2FA Authenticator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 MFAuth - 2FA Authenticator MFAuth - 2FA Authenticator
ID eiokpeobbgpinbmcanngjjbklmhlepan
공식 URL https://chromewebstore.google.com/detail/mfauth-2fa-authenticator/eiokpeobbgpinbmcanngjjbklmhlepan
설명 Get 2FA OTP instantly from your MFAuth Cloud account. Works with MFAuth Authenticator app.
파일 크기 2.58 MB
설치 횟수 231
현재 버전 1.0.4
최근 업데이트 2022-06-01
출시 날짜 2022-05-26
개발자 https://mfauth.in
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.mfauth.in/home
도움말 페이지 URL https://www.mfauth.in/docs/faqs
개인정보 보호 정책 페이지 URL https://atozappz.in/mfauth-privacy-policy
지원되는 언어 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\/*"
            ]
        }
    ]
}