Secure Password Generator

Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.

Τι είναι το Secure Password Generator;

Το Secure Password Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον OpenAdminTools.com, και η κύρια λειτουργία του είναι "Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.".

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

screenshot
screenshot

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

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

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

                        Secure Password Generator for Chrome allows you to create random passwords that are highly secure and extremely difficult to crack or guess due to an optional combination of lower and upper case letters, numbers and punctuation symbols.

If you want to a Windows application version, please visit http://www.aqlsoft.com/secure-password-generator/

Developer: http://www.aqlsoft.com                    

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

Όνομα Secure Password Generator Secure Password Generator
ID jollpecbpialleljionejgkdgjfgamma
Επίσημο URL https://chromewebstore.google.com/detail/secure-password-generator/jollpecbpialleljionejgkdgjfgamma
Περιγραφή Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.
Μέγεθος Αρχείου 75.13 KB
Αριθμός Εγκαταστάσεων 179
Τρέχουσα Έκδοση 2.1.1
Τελευταία Ενημέρωση 2019-07-03
Ημερομηνία Δημοσίευσης 2019-07-02
Αξιολόγηση 4.54/5 Συνολικά 189 Αξιολογήσεις
Προγραμματιστής OpenAdminTools.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.aqlsoft.com/secure-password-generator/
Διεύθυνση URL της Σελίδας Βοήθειας http://www.aqlsoft.com/secure-password-generator/
Υποστηριζόμενες Γλώσσες en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "image\/pw19.png",
        "default_title": "__MSG_pwd_generator__",
        "default_popup": "popup.html"
    },
    "description": "__MSG_pwd_desc__",
    "icons": {
        "16": "image\/pw16.png",
        "32": "image\/pw32.png",
        "48": "image\/pw48.png",
        "64": "image\/pw64.png",
        "128": "image\/pw128.png"
    },
    "name": "__MSG_pwd_generator__",
    "default_locale": "en",
    "short_name": "__MSG_pwd_generator__",
    "permissions": []
}