LessPass

chrome and firefox web extension for lesspass password manager

LessPass क्या है?

LessPass https://lesspass.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "chrome and firefox web extension for lesspass password manager"।

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

screenshot
screenshot

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

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

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

                        This add-on allows you to build LessPass passwords directly in your browser.

LessPass is a password manager that guarantees you to generate the same password on the basis of unique information you provide. You can use LessPass to create passwords for various internet services (social networks , email, server passwords , ...).

You can use this extension to generate complex password for your sites without the need to store them. You are the only one to know the information needed to generate a password. You can regenerate your passwords anywhere. No database, no sync needed.

Tip: Use the keyboard shortcut Ctrl + Shift + L to launch LessPass                    

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

नाम LessPass LessPass
ID lcmbpoclaodbgkbjafnkbbinogcbnjih
आधिकारिक URL https://chromewebstore.google.com/detail/lesspass/lcmbpoclaodbgkbjafnkbbinogcbnjih
विवरण chrome and firefox web extension for lesspass password manager
फ़ाइल का आकार 1.26 MB
स्थापना संख्या 4,714
वर्तमान संस्करण 9.6.8
अंतिम अपडेट 2023-01-03
प्रकाशन तिथि 2019-11-29
रेटिंग 4.82/5 कुल 45 रेटिंग्स
डेवलपर https://lesspass.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.lesspass.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "chrome and firefox web extension for lesspass password manager",
    "manifest_version": 3,
    "name": "LessPass",
    "version": "9.6.8",
    "homepage_url": "https:\/\/github.com\/lesspass\/lesspass",
    "icons": {
        "64": "icons\/logo-64.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    },
    "permissions": [
        "activeTab"
    ],
    "action": {
        "browser_style": false,
        "default_icon": "icons\/logo-32.png",
        "default_title": "LessPass (Ctrl+Shift+L)",
        "default_popup": "popup.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "109.0"
        }
    }
}