Bitwarden - Free Password Manager

A secure and free password manager for all of your devices.

Τι είναι το Bitwarden - Free Password Manager;

Το Bitwarden - Free Password Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bitwarden.com, και η κύρια λειτουργία του είναι "A secure and free password manager for all of your devices.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Bitwarden - Free Password Manager

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

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

                        Bitwarden is the easiest and safest way to store all of your logins and passwords while conveniently keeping them synced between all of your devices.

Password theft is a serious problem. The websites and apps that you use are under attack every day. Security breaches occur and your passwords are stolen. When you reuse the same passwords across apps and websites hackers can easily access your email, bank, and other important accounts.

Security experts recommend that you use a different, randomly generated password for every account that you create. But how do you manage all those passwords? Bitwarden makes it easy for you to create, store, and access your passwords.

Bitwarden stores all of your logins in an encrypted vault that syncs across all of your devices. Since it's fully encrypted before it ever leaves your device, only you have access to your data. Not even the team at Bitwarden can read your data, even if we wanted to. Your data is sealed with AES-256 bit encryption, salted hashing, and PBKDF2 SHA-256.

Bitwarden is focused on open source software. The source code for Bitwarden is hosted on GitHub and everyone is free to review, audit, and contribute to the Bitwarden codebase.                    

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

Όνομα Bitwarden - Free Password Manager Bitwarden - Free Password Manager
ID nngceckbapebfimnlniiiahkandclblb
Επίσημο URL https://chromewebstore.google.com/detail/bitwarden-free-password-m/nngceckbapebfimnlniiiahkandclblb
Περιγραφή A secure and free password manager for all of your devices.
Μέγεθος Αρχείου 10.24 MB
Αριθμός Εγκαταστάσεων 3,902,749
Τρέχουσα Έκδοση 2024.2.0
Τελευταία Ενημέρωση 2024-02-08
Ημερομηνία Δημοσίευσης 2020-06-30
Αξιολόγηση 4.74/5 Συνολικά 5933 Αξιολογήσεις
Προγραμματιστής https://bitwarden.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://bitwarden.com
Διεύθυνση URL της Σελίδας Βοήθειας https://bitwarden.com/contact/
URL της Σελίδας Πολιτικής Απορρήτου https://bitwarden.com/privacy
Υποστηριζόμενες Γλώσσες id,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,te,kn-IN,ml,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_appName__",
    "version": "2024.2.0",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "author": "Bitwarden Inc.",
    "homepage_url": "https:\/\/bitwarden.com",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content\/content-message-handler.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "content\/trigger-autofill-script-injection.js",
                "content\/fido2\/trigger-fido2-content-script-injection.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "content\/autofill.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "content\/lp-fileless-importer.js"
            ],
            "matches": [
                "https:\/\/lastpass.com\/export.php"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Bitwarden",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "",
        "tabs",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "clipboardRead",
        "clipboardWrite",
        "idle",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "optional_permissions": [
        "nativeMessaging",
        "privacy"
    ],
    "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
    "sandbox": {
        "pages": [
            "overlay\/button.html",
            "overlay\/list.html"
        ],
        "content_security_policy": "sandbox allow-scripts; script-src 'self'"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "linux": "Ctrl+Shift+U"
            },
            "description": "__MSG_commandOpenPopup__"
        },
        "autofill_login": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            },
            "description": "__MSG_commandAutofillDesc__"
        },
        "generate_password": {
            "suggested_key": {
                "default": "Ctrl+Shift+9"
            },
            "description": "__MSG_commandGeneratePasswordDesc__"
        },
        "lock_vault": {
            "description": "__MSG_commandLockVaultDesc__"
        }
    },
    "web_accessible_resources": [
        "content\/fido2\/page-script.js",
        "notification\/bar.html",
        "images\/icon38.png",
        "images\/icon38_locked.png",
        "overlay\/button.html",
        "overlay\/list.html",
        "popup\/fonts\/*"
    ],
    "storage": {
        "managed_schema": "managed_schema.json"
    }
}