2FA Authenticator app

Free 2FA Authenticator app, Chrome extension alternative to Google Authenticator, secured with your typing biometrics.

Τι είναι το 2FA Authenticator app;

Το 2FA Authenticator app είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://typingdna.com, και η κύρια λειτουργία του είναι "Free 2FA Authenticator app, Chrome extension alternative to Google Authenticator, secured with your typing biometrics.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης 2FA Authenticator app

Λήψη αρχείων επέκτασης 2FA Authenticator app σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        You no longer need to use your phone to authenticate. This 2FA authenticator extension gives you 2-step verification codes directly in your browser, and the added layer of security that TypingDNA’s AI-based typing biometrics authentication provides.

Key features:
- AI-based typing biometrics authentication as a security layer
- Verification OTP codes in your browser
- One-click to autofill verification codes
- Secret keys vault functionality
- Grab QR codes from page
- Show QR codes for quick scan
- Import/Export codes to/from file

How it works:
- Type your email and password
- Typing pattern authentication happens in the background
- See OTP authentication codes. Click to autofill in desired websites

One-click to paste codes:
You can get your authenticator verification codes by simply selecting an account to enable 2FA from the list, and copy and paste the OTP code directly into the webpage or other apps.

Vault and authenticator, 2 in 1
Keep all your secret keys safe and sound. Generate your 2FA OTP codes whenever needed and also reproduce the initial QR code for a quick phone rescan.

Download the 2FA Authenticator app and enable Two Factor Authentication for free. Generate your two-factor authentication (2FA) codes in no time.

Our FREE 2FA Authenticator app works with Amazon AWS, Slack, Github, Facebook, and 3000+ platforms. Basically, it works with any platform that has a 2FA with QR OTP-based authentication method. 

TypingDNA’s typing biometrics technology performs authentication as individuals simply type on their keyboard. By using proprietary artificial intelligence technology we analyze an individual's unique typing pattern and match it against previous recordings.

We are a behavioral biometrics company, being used primarly by online financial services and educational institutions to prevent identity theft and fraud. Check our website and see more use cases and tailored solutions: https://www.typingdna.com/ 

Other TypingDNA products:
If you want to add a revolutionary 2FA to your website, check out TypingDNA Verify 2FA - replace SMS 2FA codes with better UX: Just type 4 words! More: https://www.typingdna.com/verify                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 2FA Authenticator app 2FA Authenticator app
ID gmohoglkppnemohbcgjakmgengkeaphi
Επίσημο URL https://chromewebstore.google.com/detail/2fa-authenticator-app/gmohoglkppnemohbcgjakmgengkeaphi
Περιγραφή Free 2FA Authenticator app, Chrome extension alternative to Google Authenticator, secured with your typing biometrics.
Μέγεθος Αρχείου 593 KB
Αριθμός Εγκαταστάσεων 27,569
Τρέχουσα Έκδοση 0.0.50
Τελευταία Ενημέρωση 2024-02-15
Ημερομηνία Δημοσίευσης 2019-02-05
Αξιολόγηση 3.54/5 Συνολικά 39 Αξιολογήσεις
Προγραμματιστής https://typingdna.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.typingdna.com/authenticator
URL της Σελίδας Πολιτικής Απορρήτου https://www.typingdna.com/legal/TypingDNAWebsitePrivacyPolicy.pdf
Υποστηριζόμενες Γλώσσες de,en,fr,nl,tr,it,ro,ru,hi,ar,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.50",
    "author": "TypingDNA",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/www.typingdna.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "2FA Authenticator app - MV3",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "storage",
        "clipboardWrite",
        "activeTab",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/authenticator.typingdna.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "",
                "https:\/\/authenticator.typingdna.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}