Authenticator App

Secure and fast two-factor authentication app

O que é Authenticator App?

Authenticator App é uma extensão do Chrome desenvolvida por https://2stable.com, e sua principal característica é "Secure and fast two-factor authentication app".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Authenticator App

Baixe arquivos de extensão Authenticator App no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Authenticator App Authenticator App
ID pnbabdldpneocemigmicebglmmfcjccm
URL Oficial https://chromewebstore.google.com/detail/authenticator-app/pnbabdldpneocemigmicebglmmfcjccm
Descrição Secure and fast two-factor authentication app
Tamanho do Arquivo 1.33 MB
Contagem de Instalações 10,000
Versão Atual 1.2.1
Última Atualização 2024-01-24
Data de Publicação 2022-11-15
Classificação 2.92/5 Total de 13 Avaliações
Desenvolvedor https://2stable.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://authenticator.2stable.com/
URL da Página de Ajuda https://authenticator.2stable.com/
URL da Página de Política de Privacidade https://authenticator.2stable.com/privacy-policy
Idiomas Suportados 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"
}