Stashword

Passwords made easy

Cos'è Stashword?

Stashword è un'estensione di Chrome sviluppata da http://stashword.com, e la sua funzione principale è "Passwords made easy".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Stashword

Scarica i file di estensione Stashword in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Stashword Stashword
ID hepabllhdpoohoeobgeelgkkonlpcdgj
URL Ufficiale https://chrome.google.com/webstore/detail/stashword/hepabllhdpoohoeobgeelgkkonlpcdgj
Descrizione Passwords made easy
Dimensione del File 365 KB
Conteggio Installazioni 45
Versione Corrente 2.6
Ultimo Aggiornamento 2016-09-13
Data di Pubblicazione 2016-09-13
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore http://stashword.com
Tipo di Pagamento free
Sito Web dell'Estensione https://stashword.com
URL della Pagina della Politica sulla Privacy https://stashword.com/privacy.html
Lingue Supportate 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:*\/*"
        ]
    }
}