Stashword

Passwords made easy

Stashword란 무엇입니까?

Stashword은(는) http://stashword.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Passwords made easy"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Stashword is a simple, secure digital vault for your passwords and other important information. It’s also the only password you’ll need to memorize ever again.

Please Note: This extension will only work for paid Stashword account holders. Membership is only $0.99 for 1 year of unlimited access to all our services including apps and website.                    

확장 프로그램 기본 정보

이름 Stashword Stashword
ID hepabllhdpoohoeobgeelgkkonlpcdgj
공식 URL https://chrome.google.com/webstore/detail/stashword/hepabllhdpoohoeobgeelgkkonlpcdgj
설명 Passwords made easy
파일 크기 365 KB
설치 횟수 45
현재 버전 2.6
최근 업데이트 2016-09-13
출시 날짜 2016-09-13
평점 5.00/5 총 2 개의 평점
개발자 http://stashword.com
결제 유형 free
확장 프로그램 웹 사이트 https://stashword.com
개인정보 보호 정책 페이지 URL https://stashword.com/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stashword",
    "description": "Passwords made easy",
    "version": "2.6",
    "permissions": [
        "activeTab",
        "https:\/\/stashword.com\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib\/jquery\/jquery-2.1.1.js",
            "lib\/cryptoJS\/hmac-sha256.js",
            "lib\/cryptoJS\/pbkdf2.js",
            "lib\/cryptoJS\/enc-base64-min.js",
            "lib\/cryptoJS\/aes.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery\/jquery-2.1.1.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "facebookReturn.html*"
    ],
    "browser_action": {
        "default_title": "Passwords made easy",
        "default_icon": "icon.png",
        "default_popup": "stashword.html"
    },
    "manifest_version": 2,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.stashword.com\/*",
            "*:\/\/10.0.1.49:*\/*",
            "*:\/\/localhost:*\/*"
        ]
    }
}