GenPass: Strong Password Generator

Chrome and Mozilla extension to generate random passwords

GenPass: Strong Password Generator क्या है?

GenPass: Strong Password Generator RQ Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome and Mozilla extension to generate random passwords"।

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

screenshot
screenshot

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

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

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

                        GenPass - One solution to generate strong passwords. Many users use same or similar passwords on multiple websites across the web. And when one of these website's security is compromised it reveals your credentials to external world and which means your same set of credentials can be tried on other websites and could harm you badly.

GenPass is built with the intention to avoid such situations and while following a good practice of choosing secure and strong passwords we can ensure internet stay a good place.

Password Types
- Consistent Password: Consistent password is generated for current page domain and your master string. So next time when you generate consistent password for same site, it will show same password again. If you change your master string, password will change for same site.
- Random Password: Random password is totally random password generated with alphabets upper and lower case, numerics and special characters.

This is an OPEN SOURCE project available on Github: https://github.com/sachinjain024/genpass                    

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

नाम GenPass: Strong Password Generator GenPass: Strong Password Generator
ID ocdpddbeogmhochlpfchdcjojhfljalg
आधिकारिक URL https://chrome.google.com/webstore/detail/genpass-strong-password-g/ocdpddbeogmhochlpfchdcjojhfljalg
विवरण Chrome and Mozilla extension to generate random passwords
फ़ाइल का आकार 3.94 MB
स्थापना संख्या 213
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2017-12-22
प्रकाशन तिथि 2017-12-22
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर RQ Labs
ईमेल [email protected]
गोपनीयता नीति पृष्ठ URL https://requestly.io/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GenPass: Strong Password Generator",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Chrome and Mozilla extension to generate random passwords",
    "applications": {
        "gecko": {
            "id": "extension@genpass",
            "strict_min_version": "49.0"
        }
    },
    "icons": {
        "16": "resources\/icons\/icon16.png",
        "48": "resources\/icons\/icon48.png",
        "128": "resources\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "resources\/icons\/icon19.png",
        "default_title": "Random Password Generator",
        "default_popup": "src\/popup\/popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}