Password Safe

Easy interface to Password Safe

Password Safe란 무엇입니까?

Password Safe은(는) https://safe.manki.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy interface to Password Safe"입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Password Safe is a simple password manager that stores your passwords. This can also generate a unique password for each of your account.

Password Safe uses standard PGP for encryption, so you can decrypt your data with any PGP program. This program also allows you to automatically backup your data to Google Drive (in encrypted form).

Mobile users can open https://safe.manki.in/ on Chrome directly. There is also an Android app available at https://play.google.com/store/apps/details?id=in.manki.android.mpass

CAUTION
- If you ever forget your master password, it's almost impossible to recover your data. Make sure to choose a master password that you'll remember.
- Since this app uses Google sign-in, do not store your Google account's password in Password Safe. You'll need to sign into your Google account before opening this app.                    

확장 프로그램 기본 정보

이름 Password Safe Password Safe
ID eidnidimopaahjfkneciofgpdfejoalj
공식 URL https://chromewebstore.google.com/detail/password-safe/eidnidimopaahjfkneciofgpdfejoalj
설명 Easy interface to Password Safe
파일 크기 997 KB
설치 횟수 263
현재 버전 1.1.8
최근 업데이트 2022-01-09
출시 날짜 2016-05-30
평점 1.00/5 총 1 개의 평점
개발자 https://safe.manki.in
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://safe.manki.in/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Password Safe",
    "version": "1.1.8",
    "description": "Easy interface to Password Safe",
    "action": {
        "default_icon": "img\/icon.png",
        "default_title": "Password Safe",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "img\/icon.png"
    }
}