Authenticator App

Secure and fast two-factor authentication app

Co je Authenticator App?

Authenticator App je rozšíření Chrome vyvinuté https://2stable.com, a jeho hlavní funkcí je „Secure and fast two-factor authentication app“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Authenticator App

Stáhněte si soubory rozšíření Authenticator App ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Authenticator App Authenticator App
ID pnbabdldpneocemigmicebglmmfcjccm
Oficiální URL https://chromewebstore.google.com/detail/authenticator-app/pnbabdldpneocemigmicebglmmfcjccm
Popis Secure and fast two-factor authentication app
Velikost souboru 1.33 MB
Počet instalací 10,000
Aktuální Verze 1.2.1
Poslední Aktualizace 2024-01-24
Datum Vydání 2022-11-15
Hodnocení 2.92/5 Celkem 13 Hodnocení
Vývojář https://2stable.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://authenticator.2stable.com/
URL Stránky Nápovědy https://authenticator.2stable.com/
URL Stránky Zásad Ochrany Soukromí https://authenticator.2stable.com/privacy-policy
Podporované Jazyky 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"
}