generate password

Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across

generate password क्या है?

generate password REJECTED द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across "।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में generate password एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Generate Password.Strong Password. A strong password is key for protecting your personal info and assets online  Advanced Your New Password: Remember your password: Remember your password with the first character of each word in this sentence. To prevent your passwords from being hacked by social engineering, brute force or dictionary attack method, and keep your online accounts safe, you should .                    

एक्सटेंशन की मूल जानकारी

नाम generate password generate password
ID mbacfefhfcdpdnbbjdmhfielahaojlej
आधिकारिक URL https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej
विवरण Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
फ़ाइल का आकार 32.41 KB
स्थापना संख्या 71
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2017-11-26
प्रकाशन तिथि 2017-11-26
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर REJECTED
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://generate-password.net/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "generate password",
    "version": "1.1.1",
    "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}