Authenticator

Authenticator generates two-factor authentication codes in your browser.

Τι είναι το Authenticator;

Το Authenticator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://authenticator.cc, και η κύρια λειτουργία του είναι "Authenticator generates two-factor authentication codes in your browser.".

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

screenshot
screenshot

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

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

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

                        Authenticator generates two-factor authentication (2FA) codes in your browser. Use it to add an extra layer of security to your online accounts.

Always keep a backup of your secrets in a safe location.

Encrypting your secrets is strongly recommended, especially if you are logged into a Google account.

Features:
- Add accounts by scanning QR codes
- Search your accounts by pressing "/"
- Translated into more than ten languages
- Encrypt your secrets with a password
- Backup your secrets to a file, Google Drive, Microsoft OneDrive, or Dropbox
- Sync your secrets with your Google Account
- Import data from Google Authenticator offical mobile App
- Open source

Supports:
TOTP
HOTP
Steam Guard
Blizzard Authenticator                    

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

Όνομα Authenticator Authenticator
ID bhghoamapcdpbohphigoooaddinpkbai
Επίσημο URL https://chromewebstore.google.com/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai
Περιγραφή Authenticator generates two-factor authentication codes in your browser.
Μέγεθος Αρχείου 4.85 MB
Αριθμός Εγκαταστάσεων 5,135,351
Τρέχουσα Έκδοση 6.3.6
Τελευταία Ενημέρωση 2024-02-21
Ημερομηνία Δημοσίευσης 2020-05-17
Αξιολόγηση 3.86/5 Συνολικά 1789 Αξιολογήσεις
Προγραμματιστής https://authenticator.cc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://authenticator.cc
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Authenticator-Extension/Authenticator/discussions
URL της Σελίδας Πολιτικής Απορρήτου https://authenticator.cc/docs/en/privacy-policy
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,hu,pl,pt-BR,ro,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,bn,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "6.3.6",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "__MSG_extShortName__",
        "default_popup": "view\/popup.html"
    },
    "commands": {
        "_execute_browser_action": [],
        "scan-qr": {
            "description": "Scan a QR code"
        }
    },
    "options_ui": {
        "page": "view\/options.html",
        "chrome_style": true
    },
    "storage": {
        "managed_schema": "schema.json"
    },
    "oauth2": {
        "client_id": "292457304165-u8ve4j79gag5o231n5u2pdtdrbfdo1hh.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "background": {
        "scripts": [
            "dist\/background.js"
        ],
        "persistent": true
    },
    "sandbox": {
        "pages": [
            "view\/argon.html"
        ],
        "content_security_policy": "sandbox allow-scripts; script-src 'self' 'unsafe-eval';"
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity"
    ],
    "optional_permissions": [
        "clipboardWrite",
        "contextMenus",
        "https:\/\/www.google.com\/",
        "https:\/\/*.dropboxapi.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/accounts.google.com\/o\/oauth2\/revoke",
        "https:\/\/graph.microsoft.com\/me\/*",
        "https:\/\/login.microsoftonline.com\/common\/oauth2\/v2.0\/token"
    ],
    "offline_enabled": true,
    "content_security_policy": "script-src 'self'; font-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; connect-src https:\/\/www.google.com\/ https:\/\/*.dropboxapi.com https:\/\/www.googleapis.com\/ https:\/\/accounts.google.com\/o\/oauth2\/revoke https:\/\/login.microsoftonline.com\/common\/oauth2\/v2.0\/token https:\/\/graph.microsoft.com\/; default-src 'none'"
}