2FAS - Two Factor Authentication

2FAS Browser Extension is simple, private, and secure: 1 click, 1 tap, and your token is automatically entered!

2FAS - Two Factor Authenticationคืออะไร?

2FAS - Two Factor Authentication เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://2fas.com และคุณลักษณะหลักของมันคือ "2FAS Browser Extension is simple, private, and secure: 1 click, 1 tap, and your token is automatically entered!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2FAS - Two Factor Authentication

ดาวน์โหลดไฟล์ส่วนขยาย 2FAS - Two Factor Authentication ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Add 2FAS to your web browser with our extension! Enter 2FA tokens automatically without re-typing for better security!

The 2FAS extension allows you to log in to any online service with 2-factor authentication enabled, faster! 

Easy set up in three steps:
1. Install the extension on your desktop browser
2. Open the 2FAS app on your phone and pair your phone with your desktop browser
3. Start using the 2FAS extension

When you want to log in using a 2FA token, simply select two-factor authentication token input field, click the 2FAS extension icon, and confirm login on your phone!

Secure and fast log in.

Simply pair the service you want to login to with your 2FAS app, then 2FAS will automatically select your token for future logins, no searching or typing required!

Free access — no account required.

2FAS is an easy-to-use authentication app that protects access to your online services and accounts. 

Relying on a single password for your personal accounts, like Facebook or Instagram, often puts your data and sensitive information at risk. 

The 2FAS Authenticator App generates one-time codes called Time-based One-time Passwords (TOTP) or HMAC-based (event-based) One-time Passwords (HOTP) for your account. By creating these codes offline and changing them every 30 seconds or every login, 2FAS drastically increases the security of your information.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 2FAS - Two Factor Authentication 2FAS - Two Factor Authentication
ID dbfoemgnkgieejfkaddieamagdfepnff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/2fas-two-factor-authentic/dbfoemgnkgieejfkaddieamagdfepnff
คำอธิบาย 2FAS Browser Extension is simple, private, and secure: 1 click, 1 tap, and your token is automatically entered!
ขนาดไฟล์ 5.23 MB
จำนวนการติดตั้ง 23,665
เวอร์ชันปัจจุบัน 1.6.3
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2022-07-28
คะแนน 3.68/5 รวมทั้งหมด 57 คะแนน
ผู้พัฒนา https://2fas.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://2fas.com/be
URL หน้าช่วยเหลือ https://2fas.com/help-center/
URL หน้านโยบายความเป็นส่วนตัว https://2fas.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "2FAS - Two Factor Authentication",
    "short_name": "2FAS",
    "author": "Two Factor Authentication Service, Inc.",
    "version": "1.6.3",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "96": "images\/icons\/icon96.png",
        "128": "images\/icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icons\/icon16.png",
            "32": "images\/icons\/icon32.png",
            "48": "images\/icons\/icon48.png",
            "96": "images\/icons\/icon96.png",
            "128": "images\/icons\/icon128.png"
        }
    },
    "options_ui": {
        "page": "optionsPage\/optionsPage.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content\/content_script.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "content\/content_script.css"
            ],
            "all_frames": false,
            "match_about_blank": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "commands": {
        "tokenRequest": {
            "description": "__MSG_shortcutDesc__",
            "global": false,
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "MacCtrl+Shift+2"
            }
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "notifications",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*.2fas.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/*"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}