Password Safe Box

Save your password into the safe box.

Password Safe Box란 무엇입니까?

Password Safe Box은(는) key에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save your password into the safe box."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Password Safe Box is very very security because of its features:

1.Any network privileges no need. This feature ensure the data that saved in the extension can't send to any server by Internet, 
and then ensure your data will not be stolen by the developer of the extension;
2.Use the AES encryption algorithm, the USA goverment also adopt it.
3.Never save the user's enter password in the disk. And it will destroy the password in the computer memory 
immediately after you close the extension popup window.
4.Use the google cloud to backup your data which would be encrypted before upload.

More details see the "More Help" page in the extension.

The extension can save other private information like private letter,daily etc which is write with text.                    

확장 프로그램 기본 정보

이름 Password Safe Box Password Safe Box
ID njnffblfmpifpannonhbmfiellngpade
공식 URL https://chromewebstore.google.com/detail/password-safe-box/njnffblfmpifpannonhbmfiellngpade
설명 Save your password into the safe box.
파일 크기 248 KB
설치 횟수 666
현재 버전 1.3.2
최근 업데이트 2020-03-16
출시 날짜 2020-03-15
평점 4.50/5 총 16 개의 평점
개발자 key
이메일 [email protected]
결제 유형 free
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "1.3.2",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "icons": {
        "16": "images\/box-close-16.png",
        "48": "images\/box-close-48.png",
        "128": "images\/box-close-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/box-close-32.png",
            "38": "images\/box-close-32.png"
        }
    },
    "background": {
        "scripts": [
            "js\/libs\/jquery.js",
            "js\/libs\/jquery\/base64.js",
            "js\/sync.js",
            "js\/libs\/string.js",
            "js\/libs\/date.js",
            "js\/popup-setting.js",
            "js\/background.js"
        ]
    }
}