Password Safe

Easy interface to Password Safe

Password Safeคืออะไร?

Password Safe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://safe.manki.in และคุณลักษณะหลักของมันคือ "Easy interface to Password Safe"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Password Safe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Password Safe is a simple password manager that stores your passwords. This can also generate a unique password for each of your account.

Password Safe uses standard PGP for encryption, so you can decrypt your data with any PGP program. This program also allows you to automatically backup your data to Google Drive (in encrypted form).

Mobile users can open https://safe.manki.in/ on Chrome directly. There is also an Android app available at https://play.google.com/store/apps/details?id=in.manki.android.mpass

CAUTION
- If you ever forget your master password, it's almost impossible to recover your data. Make sure to choose a master password that you'll remember.
- Since this app uses Google sign-in, do not store your Google account's password in Password Safe. You'll need to sign into your Google account before opening this app.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Password Safe Password Safe
ID eidnidimopaahjfkneciofgpdfejoalj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/password-safe/eidnidimopaahjfkneciofgpdfejoalj
คำอธิบาย Easy interface to Password Safe
ขนาดไฟล์ 997 KB
จำนวนการติดตั้ง 263
เวอร์ชันปัจจุบัน 1.1.8
อัปเดตครั้งล่าสุด 2022-01-09
วันที่เผยแพร่ 2016-05-30
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://safe.manki.in
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://safe.manki.in/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Password Safe",
    "version": "1.1.8",
    "description": "Easy interface to Password Safe",
    "action": {
        "default_icon": "img\/icon.png",
        "default_title": "Password Safe",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "img\/icon.png"
    }
}