LessPass

chrome and firefox web extension for lesspass password manager

LessPass란 무엇입니까?

LessPass은(는) https://lesspass.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "chrome and firefox web extension for lesspass password manager"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LessPass 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    }
}