Stashword

Passwords made easy

Stashwordคืออะไร?

Stashword เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://stashword.com และคุณลักษณะหลักของมันคือ "Passwords made easy"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stashword

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
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:*\/*"
        ]
    }
}