Stashword

Passwords made easy

Wat is Stashword?

Stashword is een Chrome-extensie ontwikkeld door http://stashword.com, en de belangrijkste functie is "Passwords made easy".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stashword

Download Stashword-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Stashword Stashword
ID hepabllhdpoohoeobgeelgkkonlpcdgj
Officiële URL https://chrome.google.com/webstore/detail/stashword/hepabllhdpoohoeobgeelgkkonlpcdgj
Beschrijving Passwords made easy
Bestandsgrootte 365 KB
Aantal Installaties 45
Huidige Versie 2.6
Laatst Bijgewerkt 2016-09-13
Publicatiedatum 2016-09-13
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://stashword.com
Betalingswijze free
Extensiewebsite https://stashword.com
URL van de Privacybeleid Pagina https://stashword.com/privacy.html
Ondersteunde Talen 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:*\/*"
        ]
    }
}