Authenticator App

Secure and fast two-factor authentication app

Authenticator App là gì?

Authenticator App là một tiện ích mở rộng Chrome được phát triển bởi https://2stable.com, và tính năng chính của nó là "Secure and fast two-factor authentication app".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Authenticator App

Tải xuống các tệp mở rộng Authenticator App dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Now you can securely autofill your 2FA codes with Authenticator App by 2Stable Browser Extension. With the new Authenticator App browser extension, you are 1 click away from login in to your accounts. Fast and secure!

To pair your Authenticator App with Authenticator App Browser Extension just follow these steps:

1. Download Authenticator App on your desktop device.
2. Download Authenticator App Browser Extension.
3. Open Authenticator App on your Mac and go to the settings in the top left corner.
4. Find "Browser Extension" and follow the instructions from the screen.

Why you need to use Authenticator App by 2Stable?

Features:

Secure & Private
All data stored in Authenticator is always encrypted, even when it's stored in iCloud to ensure that you are the only one who can access your data.


- Encrypted Backup:
In Authenticator, you can always make a secure encrypted backup, in case you lose your device or switch to a new one.


- Synchronization Across all Devices:
With Authenticator all your accounts will automatically synchronize across all Apple devices, even on your Apple Watch


- Widget:
Access your 2FA codes even faster, directly from your Home Screen with the Authenticator widget.


- Unlock with Apple Watch or Touch ID:
Unlock Authenticator with Apple Watch or Touch ID for faster access.


- Show in the Menu Bar:
Keep Authenticator in your Menu Bar.


- Offline:
Authenticator generates secure codes even offline, this will allow you to authenticate securely even when your device is in airplane mode.


- Multi Import
You can import your accounts easily and securely from Google Authenticator, Password Managers and Files.


- Native Experience
Native experience on all Apple devices. Data Sync, Gestures, Widgets, Dark Mode and more!


- And many, many other features!
We constantly improve our app, don't hesitate to contact us at [email protected] to request a missing feature or an improvement.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Authenticator App Authenticator App
ID pnbabdldpneocemigmicebglmmfcjccm
URL Chính Thức https://chromewebstore.google.com/detail/authenticator-app/pnbabdldpneocemigmicebglmmfcjccm
Mô tả Secure and fast two-factor authentication app
Kích Thước Tệp 1.33 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2024-01-24
Ngày Phát Hành 2022-11-15
Đánh Giá 2.92/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://2stable.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://authenticator.2stable.com/
URL Trang Trợ Giúp https://authenticator.2stable.com/
URL Trang Chính Sách Bảo Mật https://authenticator.2stable.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Authenticator App",
    "version": "1.2.1",
    "description": "Secure and fast two-factor authentication app",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icon-48.png",
        "64": "icon-64.png",
        "96": "icon-96.png",
        "128": "icon-128.png",
        "256": "icon-256.png",
        "512": "icon-512.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "toolbar-unpaired-16.png",
            "19": "toolbar-unpaired-19.png",
            "32": "toolbar-unpaired-32.png",
            "38": "toolbar-unpaired-38.png",
            "48": "toolbar-unpaired-48.png",
            "72": "toolbar-unpaired-72.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.css",
                "*.svg",
                "*.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "minimum_chrome_version": "88"
}