Stashword

Passwords made easy

ما هو Stashword؟

Stashword هو إضافة Chrome تم تطويرها بواسطة http://stashword.com، والميزة الرئيسية لها هي "Passwords made easy".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Stashword

قم بتنزيل ملفات الامتداد Stashword بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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:*\/*"
        ]
    }
}