Stashword

Passwords made easy

Stashwordとは何ですか?

Stashwordはhttp://stashword.comによって開発されたChromeの拡張機能で、その主な機能は「Passwords made easy」です。

拡張機能のスクリーンショット

screenshot

Stashword拡張機能のCRXファイルをダウンロード

Stashword拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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:*\/*"
        ]
    }
}