Password Confidential

A secure and easy solution for managing all of your passwords.

Co je Password Confidential?

Password Confidential je rozšíření Chrome vyvinuté http://passwordconfidential.com, a jeho hlavní funkcí je „A secure and easy solution for managing all of your passwords.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Password Confidential

Stáhněte si soubory rozšíření Password Confidential ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Password Confidential is a free password manager that enables you to easily capture, store and safely manage your passwords. 

As you surf the web Password Confidential automatically captures and encrypts the login and password information for all your sites. The next time you visit a site you will be automatically logged in or you can even launch sites directly from within Password Confidential.   

Your passwords and IDs are stored in a secure encrypted file protected from hackers and ID thieves.   Your master password is the unique key for unlocking the encrypted file and the master password is known solely to you. 


Benefits: 
 - Saves you from having to remember all your different passwords
 - Automatically captures passwords and logins as you surf the web
 - Keeps your passwords safe by storing them in a secure encrypted file
 - Includes a password generator for creating strong secure passwords  
 - Imports passwords from other password managers, from Excel or from CSV files
 - Exports passwords to a CSV file if you want to import them into another program.

Security: 
 - Passwords are encrypted on your device before being sent to a secure server for storage.
 - No unencrypted data is ever sent over the network. 
 - Password Confidential uses the strongest available encryption, AES-256 with the master password secured with PBKDF2.
 - You master password is the key that decrypts your passwords.  The master password is known solely to you and is never stored by Password Confidential                    

Základní Informace o Rozšíření

Název Password Confidential Password Confidential
ID jilfkcpkaebpoffjifmchdcpekglnjkl
Oficiální URL https://chrome.google.com/webstore/detail/password-confidential/jilfkcpkaebpoffjifmchdcpekglnjkl
Popis A secure and easy solution for managing all of your passwords.
Velikost souboru 2.53 MB
Počet instalací 468
Aktuální Verze 1.3.32
Poslední Aktualizace 2022-05-20
Datum Vydání 2020-07-02
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář http://passwordconfidential.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://passwordconfidential.com
URL Stránky Nápovědy https://passwordconfidential.com/support.html
URL Stránky Zásad Ochrany Soukromí http://passwordconfidential.com/privacy.html
Podporované Jazyky de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Smart PC Solutions",
    "name": "Password Confidential",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.3.32",
    "minimum_chrome_version": "26.0",
    "manifest_version": 2,
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "config.js",
                "constants.js",
                "framework.js",
                "content.js",
                "js\/mustache.js"
            ],
            "css": [
                "customization\/styles\/content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "customization\/images\/logoblue_16x16.png",
        "19": "customization\/images\/logoblue_19x19.png",
        "24": "customization\/images\/logoblue_24x24.png",
        "32": "customization\/images\/logoblue_32x32.png",
        "38": "customization\/images\/logoblue_38x38.png",
        "48": "customization\/images\/logoblue_48x48.png",
        "128": "customization\/images\/logored_128x128.png"
    },
    "web_accessible_resources": [
        "customization\/fonts\/*.woff2",
        "customization\/images\/*.png",
        "customization\/styles\/*.css",
        "config.js",
        "framework.js",
        "frame.js"
    ],
    "optional_permissions": [],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/api.passwordconfidential.com\/*"
    ]
}