Authenticator App

Secure and fast two-factor authentication app

什么是Authenticator App?

Authenticator App是由https://2stable.com开发的Chrome扩展程序,该扩展的主要功能是“Secure and fast two-factor authentication app”。

扩展截图

screenshot
screenshot
screenshot

下载Authenticator App扩展crx文件

下载Authenticator App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Authenticator App Authenticator App
ID pnbabdldpneocemigmicebglmmfcjccm
官方URL https://chromewebstore.google.com/detail/authenticator-app/pnbabdldpneocemigmicebglmmfcjccm
简介 Secure and fast two-factor authentication app
文件大小 1.33 MB
安装次数 10,000
当前版本 1.2.1
更新时间 2024-01-24
上架时间 2022-11-15
评分 2.92/5 共13次评分
开发者 https://2stable.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://authenticator.2stable.com/
帮助页面URL https://authenticator.2stable.com/
隐私政策页面URL https://authenticator.2stable.com/privacy-policy
支持的语言 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"
}