Master Password Service

Keep all your passwords in one place

Master Password Serviceคืออะไร?

Master Password Service เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Morgan Doakes และคุณลักษณะหลักของมันคือ "Keep all your passwords in one place"

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

screenshot

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

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

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

                        Using the same password for all of your web accounts is a monumentally bad idea, massively lowering your account security. However, it can be incredibly difficult to remember a seperate password for all of your accounts. 

Enter the Master Password Service! Now you only need one password without compromising security. When you make an account for anything, simply enter your one Master Password and the name of the service you're signing up for above (eg. Skype) and we'll tell you the password to use. 

Then, when you want to log in again, enter the same information and the same password will be generated again!

All of your passwords in one place.                    

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

ชื่อ Master Password Service Master Password Service
ID dkhlaaamlodakbipgedalcmcaehdjnnp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/master-password-service/dkhlaaamlodakbipgedalcmcaehdjnnp
คำอธิบาย Keep all your passwords in one place
ขนาดไฟล์ 31.03 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-04-11
วันที่เผยแพร่ 2016-04-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Morgan Doakes
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://masterpasswordservice.hol.es/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Master Password Service",
    "short_name": "MPS",
    "description": "Keep all your passwords in one place",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}