LessPass
chrome and firefox web extension for lesspass password manager
LessPass là gì?
LessPass là một tiện ích mở rộng Chrome được phát triển bởi https://lesspass.com, và tính năng chính của nó là "chrome and firefox web extension for lesspass password manager".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LessPass
Tải xuống các tệp mở rộng LessPass dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LessPass |
ID | lcmbpoclaodbgkbjafnkbbinogcbnjih |
URL Chính Thức | https://chromewebstore.google.com/detail/lesspass/lcmbpoclaodbgkbjafnkbbinogcbnjih |
Mô tả | chrome and firefox web extension for lesspass password manager |
Kích Thước Tệp | 1.26 MB |
Số Lần Cài Đặt | 4,714 |
Phiên Bản Hiện Tại | 9.6.8 |
Cập Nhật Lần Cuối | 2023-01-03 |
Ngày Phát Hành | 2019-11-29 |
Đánh Giá | 4.82/5 Tổng số 45 Đánh Giá |
Nhà Phát Triển | https://lesspass.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.lesspass.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |