Password Assistant

Password management solution

Τι είναι το Password Assistant;

Το Password Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Red Rock Bandit Studios LLC, και η κύρια λειτουργία του είναι "Password management solution".

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

screenshot
screenshot

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

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

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

                        Passwords are used everyday and are an important part of protecting your accounts. As the number of services requiring passwords increases so does the need for a way to manage multiple passwords. However remembering different passwords for your email, bank account, and social media account can be an impossible task and when some services require you to change your password every 6 months it becomes even more of an issue. So how do you manage all these passwords? Well you could use a common and unsecured password across all your accounts and then have to change all your passwords if your password gets stolen and hope you changed them all, or you can use Password Assistant!

With Password Assistant you can create unique passwords for each of your accounts, and can access these passwords across multiple devices! 

So what makes Password Assistant different from other password management software? Most password managers randomly generate a password and then store it on your device. While this creates a password that is hard to figure out for someone who wants to steal your password, it also creates a password that you can not access from anywhere but that device but if that device is lost or breaks you lose all of your passwords. This is where Password Assistant comes in. With Password Assistant a password is generated from a password or phrase, a 4-digit pin, and other settings you can choose from. This allows you to have access to your passwords on any device that has Password Assistant installed! But now you are thinking I still have to remember multiple passwords, but you are wrong. Password Assistant uses what we call modifiers, which you can create for each password you want. With the modifiers you can use the same password and 4-digit code for each password and still get different passwords generated for each one!

Download Password Assistant today and start taking steps to increase your online security!

By installing and using this app you agree with the Terms of Service:
https://sites.google.com/view/p-assistant-terms-of-service/home                    

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

Όνομα Password Assistant Password Assistant
ID fefgbdipgjhdeindoaggjgbogpelddhg
Επίσημο URL https://chromewebstore.google.com/detail/password-assistant/fefgbdipgjhdeindoaggjgbogpelddhg
Περιγραφή Password management solution
Μέγεθος Αρχείου 37.91 KB
Αριθμός Εγκαταστάσεων 35
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2019-03-14
Ημερομηνία Δημοσίευσης 2019-03-14
Προγραμματιστής Red Rock Bandit Studios LLC
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Assistant",
    "version": "1.0.2",
    "description": "Password management solution",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "icons": {
        "32": "PasswordAssistantLogoWBackground32X32.png",
        "48": "PasswordAssistantLogoWBackground48X48.png",
        "128": "PasswordAssistantLogoWBackground128X128.png"
    },
    "browser_action": {
        "default_title": "Password Assitant",
        "default_popup": "popup.html",
        "default_icon": "PasswordAssistantLogoWBackground32X32.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com https:\/\/www.gstatic.com\/firebasejs\/5.8.1\/firebase-auth.js https:\/\/cdn.firebase.com\/libs\/firebaseui\/3.1.1\/firebaseui.js 'sha256-Qk2l1\/cDLhTefYOurudZdmY+4IdagSjoX3dsD4jrkjE='; object-src 'self'",
    "manifest_version": 2
}