TOTP Authenticator

Get 2FA OTP instantly from your mobile. Works with TOTP Authenticator mobile app.

TOTP Authenticatorคืออะไร?

TOTP Authenticator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.binaryboot.com และคุณลักษณะหลักของมันคือ "Get 2FA OTP instantly from your mobile. Works with TOTP Authenticator mobile app."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TOTP Authenticator

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

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

                        This extension empowers you to easily transfer and access the 2-factor authentication codes from your mobile to your browser. No need to manually type in the codes ever again!

Now available with push notification support, send code request straight to your phone through the extension (current support only for Android devices).

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 TOTP Authenticator mobile app. To use this extension, please install and setup the Chrome Extension feature of the app.
Read the complete setup guide: https://www.binaryboot.com/totp-authenticator/guide/android/chrome-extension                    

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

ชื่อ TOTP Authenticator TOTP Authenticator
ID ibpjepoimpcdofeoalokgpjafnjonkpc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/totp-authenticator/ibpjepoimpcdofeoalokgpjafnjonkpc
คำอธิบาย Get 2FA OTP instantly from your mobile. Works with TOTP Authenticator mobile app.
ขนาดไฟล์ 811 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 2.12
อัปเดตครั้งล่าสุด 2022-06-23
วันที่เผยแพร่ 2020-07-03
คะแนน 2.28/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://www.binaryboot.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.binaryboot.com/totp-authenticator
URL หน้าช่วยเหลือ https://www.binaryboot.com/totp-authenticator/help#topic=browser-extension-1
URL หน้านโยบายความเป็นส่วนตัว https://www.binaryboot.com/totp-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TOTP Authenticator",
    "version": "2.12",
    "description": "Get 2FA OTP instantly from your mobile. Works with TOTP Authenticator mobile app.",
    "permissions": [
        "notifications"
    ],
    "background": {
        "page": "index.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "assets\/images\/app_icon128.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/images\/app_icon16.png",
        "32": "assets\/images\/app_icon32.png",
        "48": "assets\/images\/app_icon48.png",
        "128": "assets\/images\/app_icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.binaryboot.com\/*"
            ],
            "js": [
                "assets\/js\/connect.chrome.js"
            ]
        }
    ],
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkv3t2Qwmbw1GSwS4CLOw+IDMBJXCvO6Qhk0WaLXWnCsdgLiqVdAL5andKUpHRCbwooeHu6j3FnI5x3ZfBSEpzR4erwGAXFMHDyImhSVpiVpgK8bSLrHH1B4hxX\/bwmwYzitlQqOyS49PoMuh+NmayNSAp32XqY+j0Fj1wpeKdebPpv0UjPqxIXwATZP7Qu7XSs\/FYFJ0RNvPPFzES4\/A1510ybRhi7dP0WULM1LPJnyAVnwpRZcZ0KA3Ewz\/3Uj+NXR4iURt6TbqwRktaY+jCasPwjYh0aiTMqC1RC8OsCtttU99mUYJqsmNCuFjbXS2lF2EigiPKofY45Tpi2p4UwIDAQAB",
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.binaryboot.com https:\/\/apis.google.com; object-src 'self'",
    "web_accessible_resources": [
        "assets\/images\/app_icon32.png"
    ]
}