LessPass
chrome and firefox web extension for lesspass password manager
LessPassคืออะไร?
LessPass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lesspass.com และคุณลักษณะหลักของมันคือ "chrome and firefox web extension for lesspass password manager"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LessPass
ดาวน์โหลดไฟล์ส่วนขยาย LessPass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This add-on allows you to build LessPass passwords directly in your browser. LessPass is a password manager that guarantees you to generate the same password on the basis of unique information you provide. You can use LessPass to create passwords for various internet services (social networks , email, server passwords , ...). You can use this extension to generate complex password for your sites without the need to store them. You are the only one to know the information needed to generate a password. You can regenerate your passwords anywhere. No database, no sync needed. Tip: Use the keyboard shortcut Ctrl + Shift + L to launch LessPass
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LessPass |
ID | lcmbpoclaodbgkbjafnkbbinogcbnjih |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lesspass/lcmbpoclaodbgkbjafnkbbinogcbnjih |
คำอธิบาย | chrome and firefox web extension for lesspass password manager |
ขนาดไฟล์ | 1.26 MB |
จำนวนการติดตั้ง | 4,714 |
เวอร์ชันปัจจุบัน | 9.6.8 |
อัปเดตครั้งล่าสุด | 2023-01-03 |
วันที่เผยแพร่ | 2019-11-29 |
คะแนน | 4.82/5 รวมทั้งหมด 45 คะแนน |
ผู้พัฒนา | https://lesspass.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.lesspass.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "chrome and firefox web extension for lesspass password manager", "manifest_version": 3, "name": "LessPass", "version": "9.6.8", "homepage_url": "https:\/\/github.com\/lesspass\/lesspass", "icons": { "64": "icons\/logo-64.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" } } }, "permissions": [ "activeTab" ], "action": { "browser_style": false, "default_icon": "icons\/logo-32.png", "default_title": "LessPass (Ctrl+Shift+L)", "default_popup": "popup.html" }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "109.0" } } } |