Authenticator App · 2FA
Provides secure two-factor authentication(2FA). Safeguard your digital life with ease.
Authenticator App · 2FAคืออะไร?
Authenticator App · 2FA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://firstorder.ai และคุณลักษณะหลักของมันคือ "Provides secure two-factor authentication(2FA). Safeguard your digital life with ease."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Authenticator App · 2FA
ดาวน์โหลดไฟล์ส่วนขยาย Authenticator App · 2FA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Authenticator App · 2FA is a highly secure web extension designed to provide two-factor authentication (2FA) for your online accounts (currently support macOS). By generating unique Time-based One-Time Password (TOTP), the 2FA Authenticator provides an extra layer of protection to your accounts when logging in, mitigating the risks of unauthorized access and identity theft. Note: You need to download the macOS app for the browser extension to work. Remember to use it with our macOS app! Whether it's popular apps or many online services, Authenticator browser extension has you covered, protecting your personal data and passwords from hackers and malicious attackers. With Authenticator web extension and macOS app, you can: 1. Liberate yourself from dependency on your phone. Authenticator allows you to perform two-factor authentication without even reaching for your mobile, significantly boosting your productivity and saving your valuable time. 2. Enjoy seamless integration within the Apple Ecosystem. Authenticator web extension supports iCloud sync & backup authentication data across Apple devices, ensuring a smooth experience for Apple users. 3. Have additional account security. With our advanced encryption technology, your accounts remain protected from unauthorized access, safeguarding your personal information. Web extension Features: 1. Scan QR code on the website to add 2FA account, seamlessly stored and backuped in your iCloud. 2. Copy your 2FA code with a click, without dependency on your mobile phone. 3. All your accounts are end-to-end encrypted on web extension and macOS app. macOS App Features: 1. Store and generate 2FA codes. The code will update to a new one every 30 seconds. 2. Easy to setup & manage your accounts. Scan QR Codes or enter manually to add accounts. 3. 2FA encrypted Backup & Sync with iCloud. Sync your accounts across multiple devices using iCloud. 4. Secure use with app password or Touch ID. You are the only one who can read your codes. 5. Import and export 2FA accounts. You can import/export your data from/to other files. 6. User-friendly guide. The app has instructions that describe basic steps such as adding 2FA Code. 7. Support 11 languages: English, German, French, Japanese, Korean, Italian, Spanish, Portuguese, Russian, Simplified Chinese, Traditional Chinese. If you have any thoughts, questions or suggestions, please feel free to contact us at [email protected] Terms of Use: https://firstorder.ai/terms-of-service Privacy Policy: https://firstorder.ai/privacy-policy-authenticator
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Authenticator App · 2FA |
ID | lgndjfkadlbpaifdpbbobdodbaiaiakb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/authenticator-app-%C2%B7-2fa/lgndjfkadlbpaifdpbbobdodbaiaiakb |
คำอธิบาย | Provides secure two-factor authentication(2FA). Safeguard your digital life with ease. |
ขนาดไฟล์ | 1.99 MB |
จำนวนการติดตั้ง | 258 |
เวอร์ชันปัจจุบัน | 1.5.1 |
อัปเดตครั้งล่าสุด | 2024-01-30 |
วันที่เผยแพร่ | 2023-12-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://firstorder.ai |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://firstorder.ai/authenticator |
URL หน้าช่วยเหลือ | https://firstorder.ai/contact-us |
URL หน้านโยบายความเป็นส่วนตัว | https://firstorder.ai/privacy-policy-authenticator |
ภาษาที่รองรับ | de,en,fr,es,it,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "Authenticator App \u00b7 2FA", "description": "__MSG_desc_manifest__", "version": "1.5.1", "icons": { "16": "images\/logo_16.png", "19": "images\/logo_19.png", "32": "images\/logo_32.png", "38": "images\/logo_38.png", "48": "images\/logo_48.png", "64": "images\/logo_64.png", "96": "images\/logo_96.png", "128": "images\/logo_128.png", "256": "images\/logo_256.png", "512": "images\/logo_512.png", "1024": "images\/logo_1024.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo_toolbar_16.png", "32": "images\/logo_toolbar_32.png", "48": "images\/logo_toolbar_48.png", "72": "images\/logo_toolbar_72.png", "128": "images\/logo_toolbar_128.png" } }, "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ { "resources": [ "js\/*" ], "matches": [ " |