Uno Password Generator

Simple password generator extension that helps you generate secure passwords

Uno Password Generator क्या है?

Uno Password Generator https://uno.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple password generator extension that helps you generate secure passwords"।

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

screenshot
screenshot

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

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

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

                        Simple tool for generating strong and secure passwords.

With smart mode, the password generator will detect the current website you’re on and automatically create a password that is compatible with the website’s requirements.

With random mode, you can adjust the parameters of the password generator to ensure the password meets the website’s requirements.

You can generate an unlimited number of passwords and copy them directly to your clipboard.

Need a password manager to save these passwords? Get access at www.uno.app.                    

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

नाम Uno Password Generator Uno Password Generator
ID anpalkjekmaihebicpojlcfjdbkbjoia
आधिकारिक URL https://chromewebstore.google.com/detail/uno-password-generator/anpalkjekmaihebicpojlcfjdbkbjoia
विवरण Simple password generator extension that helps you generate secure passwords
फ़ाइल का आकार 95.03 KB
स्थापना संख्या 102
वर्तमान संस्करण 0.1
अंतिम अपडेट 2021-12-31
प्रकाशन तिथि 2021-12-30
रेटिंग 5.00/5 कुल 32 रेटिंग्स
डेवलपर https://uno.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.uno.app
गोपनीयता नीति पृष्ठ URL https://www.uno.app/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Uno Password Generator",
    "version": "0.1",
    "description": "Simple password generator extension that helps you generate secure passwords",
    "permissions": [
        "identity",
        "activeTab"
    ],
    "oauth2": {
        "client_id": "345064011110-rrtpqihrvc0dvbrt3eqg0lh6ssgsj339.apps.googleusercontent.com",
        "scopes": [
            "profile email"
        ]
    },
    "host_permissions": [],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/generator.uno.app\/"
            ],
            "js": [
                "js\/content.js",
                "popup\/bootstrap.bundle.min.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Uno Password Generator",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png",
            "256": "images\/256.png",
            "512": "images\/512.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png",
        "256": "images\/256.png",
        "512": "images\/512.png"
    },
    "manifest_version": 3
}