Authenticator App

Secure and fast two-factor authentication app

Qu'est-ce que Authenticator App ?

Authenticator App est une extension Chrome développée par https://2stable.com, et sa fonction principale est "Secure and fast two-factor authentication app".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Authenticator App

Téléchargez les fichiers d'extension Authenticator App au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Authenticator App Authenticator App
ID pnbabdldpneocemigmicebglmmfcjccm
URL Officiel https://chromewebstore.google.com/detail/authenticator-app/pnbabdldpneocemigmicebglmmfcjccm
Description Secure and fast two-factor authentication app
Taille du Fichier 1.33 MB
Nombre d'Installations 10,000
Version Actuelle 1.2.1
Dernière Mise à Jour 2024-01-24
Date de Publication 2022-11-15
Évaluation 2.92/5 Total 13 Évaluations
Développeur https://2stable.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://authenticator.2stable.com/
URL de la Page d'Aide https://authenticator.2stable.com/
URL de la Page de Politique de Confidentialité https://authenticator.2stable.com/privacy-policy
Langues Prises en Charge 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"
}