PasswordPocket

PasswordPocket is a Bluetooth-enabled portable password manager.

Τι είναι το PasswordPocket;

Το PasswordPocket είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://atlancube.com, και η κύρια λειτουργία του είναι "PasswordPocket is a Bluetooth-enabled portable password manager.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        PasswordPocket is a Bluetooth-enabled portable password manager designed to securely store user account credentials and sensitive information. By connecting it to your computer or mobile device via Bluetooth, you can effortlessly achieve automatic password filling, effectively solving the problem of easily forgetting passwords.

【Credential Auto-Fill Feature】: Say goodbye to the hassle of manually entering passwords! PasswordPocket automatically fills in your credentials with just a single click.
【Network-free data protection】: Use Bluetooth as the communication medium with your device, eliminating the need to access the internet and reducing the risk of unauthorized access.
【Military-Grade Encryption】: Utilizes advanced encryption techniques to safeguard your sensitive information, providing you with enhanced privacy and security.
【Centralized Account Management】: Store up to 1,000 sets of account credentials in PasswordPocket.
【Support for multiple devices and platforms】: PasswordPocket works seamlessly across multiple devices, including mobile phones, tablets, and computers.
【Master Key Exclusive Access】: From now on, you only need to remember one set of credentials!                    

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

Όνομα PasswordPocket PasswordPocket
ID mkahfeefmklmbhemabnabepheopkljgp
Επίσημο URL https://chromewebstore.google.com/detail/passwordpocket/mkahfeefmklmbhemabnabepheopkljgp
Περιγραφή PasswordPocket is a Bluetooth-enabled portable password manager.
Μέγεθος Αρχείου 1.03 MB
Αριθμός Εγκαταστάσεων 3,000
Τρέχουσα Έκδοση 2.4.100
Τελευταία Ενημέρωση 2024-02-15
Ημερομηνία Δημοσίευσης 2022-07-10
Αξιολόγηση 2.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://atlancube.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.atlancube.com/policies/privacy-policy
Υποστηριζόμενες Γλώσσες en,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.4.100",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "default_locale": "en",
    "action": {
        "default_popup": "index.html",
        "default_title": "PasswordPocket",
        "default_icon": {
            "16": "logo_16.png",
            "32": "logo_32.png",
            "48": "logo_48.png",
            "128": "logo_128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "icons": {
        "16": "logo_16.png",
        "32": "logo_32.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content_app.html",
                "content_app.js",
                "credential_box.html",
                "credential_box.js",
                "bootstrap.min.css",
                "bootstrap.bundle.min.js",
                "atlancube_d.svg"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options.html"
}