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
官方網址 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:*\/*"
        ]
    }
}