Psono - Free Password Manager

Psono Password Manager, store and share your passwords securely.

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

Το Psono - Free Password Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://psono.com, και η κύρια λειτουργία του είναι "Psono Password Manager, store and share your passwords securely.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Psono is the password manager. It's used to securely create, store and share passwords with others across multiple devices. Never use a password twice again.

No password will ever leave your computer unencrypted.

An overview of Psono's security approach can be found here:
https://psono.com/security/

An overview of Psono's features can be found here:
https://psono.com/features-for-users                    

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

Όνομα Psono - Free Password Manager Psono - Free Password Manager
ID eljmjmgjkbmpmfljlmklcfineebidmlo
Επίσημο URL https://chromewebstore.google.com/detail/psono-free-password-manag/eljmjmgjkbmpmfljlmklcfineebidmlo
Περιγραφή Psono Password Manager, store and share your passwords securely.
Μέγεθος Αρχείου 7.65 MB
Αριθμός Εγκαταστάσεων 12,102
Τρέχουσα Έκδοση 3.0.4
Τελευταία Ενημέρωση 2024-02-23
Ημερομηνία Δημοσίευσης 2020-07-02
Αξιολόγηση 4.13/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://psono.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.psono.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.psono.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.psono.pw/privacy-policy.html
Υποστηριζόμενες Γλώσσες de,en,fr,nl,es,it,pl,pt-BR,pt-PT,sv,cs,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Psono - Free Password Manager",
    "short_name": "Psono",
    "author": "Psono",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.0.4",
    "homepage_url": "https:\/\/psono.com\/",
    "action": {
        "default_icon": "data\/img\/icon-32-disabled.png",
        "default_popup": "data\/default_popup.html"
    },
    "permissions": [
        "identity",
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "privacy",
        "notifications",
        "tabs",
        "clipboardWrite",
        "webRequest",
        "webRequestAuthProvider",
        "offscreen"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "icons": {
        "16": "data\/img\/icon-16.png",
        "32": "data\/img\/icon-32.png",
        "48": "data\/img\/icon-48.png",
        "64": "data\/img\/icon-64.png",
        "128": "data\/img\/icon-128.png"
    },
    "omnibox": {
        "keyword": "pp"
    },
    "background": {
        "service_worker": "data\/js\/background-chrome.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "data\/css\/lib\/cssreset-context-min.css"
            ],
            "js": [
                "data\/js\/lib\/uuid.js",
                "data\/js\/extension\/worker-content-script-base.js",
                "data\/js\/extension\/worker-content-script.js",
                "data\/js\/extension\/worker-content-script-oidc-saml.js",
                "data\/js\/extension\/worker-content-script-elster.js",
                "data\/js\/extension\/worker-content-script-pgp.js",
                "data\/js\/content-script.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "options_page": "data\/index.html#!\/settings",
    "web_accessible_resources": [
        {
            "resources": [
                "data\/fonts\/*.woff2",
                "data\/css\/contentscript.css",
                "data\/img\/psono-encrypt.png",
                "data\/img\/psono-decrypt.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+P"
            }
        }
    }
}