Stashword

Passwords made easy

Qu'est-ce que Stashword ?

Stashword est une extension Chrome développée par http://stashword.com, et sa fonction principale est "Passwords made easy".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Stashword

Téléchargez les fichiers d'extension Stashword au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Stashword Stashword
ID hepabllhdpoohoeobgeelgkkonlpcdgj
URL Officiel https://chrome.google.com/webstore/detail/stashword/hepabllhdpoohoeobgeelgkkonlpcdgj
Description Passwords made easy
Taille du Fichier 365 KB
Nombre d'Installations 45
Version Actuelle 2.6
Dernière Mise à Jour 2016-09-13
Date de Publication 2016-09-13
Évaluation 5.00/5 Total 2 Évaluations
Développeur http://stashword.com
Type de Paiement free
Site Web de l'Extension https://stashword.com
URL de la Page de Politique de Confidentialité https://stashword.com/privacy.html
Langues Prises en Charge 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:*\/*"
        ]
    }
}