Passit

Peace of mind for passwords. Passit is an open-source, cloud-based password manager that is secure, trustworthy, and useful.…

Τι είναι το Passit;

Το Passit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον burke-software, και η κύρια λειτουργία του είναι "Peace of mind for passwords. Passit is an open-source, cloud-based password manager that is secure, trustworthy, and useful.…".

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

screenshot
screenshot

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

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

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

                        Peace of mind for passwords. Passit is an open-source, cloud-based password manager that is secure, trustworthy, and useful.

Security that works

Passit leans on established security protocols, using the well established libsodium for public key cryptography, secret key cryptography, and secure hashing. The result is a system where Passit’s operator doesn’t know and can’t decrypt what passwords are stored. Even if an attacker could compromise a Passit server, he or she would still need a user’s password to make sense of the data.

Trust, by verifying

Open source code means you don’t have to take us at our word. Closed source software provides no way for you to validate the security model. Backdoors or flaws can be introduced at any time without your knowledge. Our open source model combined with the ability to self-host means you can trust that Passit is doing what it claims to do.

Passit anywhere, to anyone

Easily take your passwords to any online device and share them with others. Read existing passwords when offline, just in case. Passit stores your passwords online, so if your device has an Internet connection, you can access all of your sensitive information on it. Group features will allow you to share your passwords with friends, family, or coworkers.                    

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

Όνομα Passit Passit
ID pgcleadjbkbghamecomebcdakdmahkeh
Επίσημο URL https://chromewebstore.google.com/detail/passit/pgcleadjbkbghamecomebcdakdmahkeh
Περιγραφή Peace of mind for passwords. Passit is an open-source, cloud-based password manager that is secure, trustworthy, and useful.…
Μέγεθος Αρχείου 1.54 MB
Αριθμός Εγκαταστάσεων 731
Τρέχουσα Έκδοση 1.20.0
Τελευταία Ενημέρωση 2023-07-27
Ημερομηνία Δημοσίευσης 2020-02-02
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής burke-software
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://passit.io
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Passit",
    "version": "1.20.0",
    "action": {
        "default_popup": "\/index.html#\/popup",
        "default_icon": {
            "32": "\/assets\/icon\/favicon-32x32.png",
            "64": "\/assets\/icon\/mstile-144x144.png",
            "128": "\/assets\/icon\/mstile-144x144.png"
        }
    },
    "icons": {
        "192": "assets\/icon\/passit-icon-x192.png"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/*.passit.io\/api\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            }
        }
    }
}