vPass
Make your online accounts secure without having to remember hundreds of passwords. Visit https://www.vpass.info for more info.
vPass là gì?
vPass là một tiện ích mở rộng Chrome được phát triển bởi https://www.vpass.info, và tính năng chính của nó là "Make your online accounts secure without having to remember hundreds of passwords. Visit https://www.vpass.info for more info.".
Ả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 vPass
Tải xuống các tệp mở rộng vPass 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
** Only remember one password Using one password for all accounts is terribly risky. Remembering unique password for each account is impossible. vPass is the solution: you only need to remember master password, and vPass generates unique password for services you use. Read more. ** Secure by default vPass generates mix of numbers and letters (by default 12 characters long) which are virtually impossible to brute-force. ** Only takes a couple of key strokes vPass is very keyboard-friendly. Open web-page, focus on a password field, open vPass, enter master password, hit Enter, done! ** Your master password does not leave your device There is no data transfer between your browser and vPass server. It's 100% client-side. You can even host vPass yourself, for ultimate security. ** Works on any platform with web browser Windows, Mac OS X, Linux, Android, iOS, Windows Phone, webOS, and any future OS too. ** Works for any service, not only web You can generate password no just for web service, but for anything that can be referred to as "username". I actually use it to secure passwords for Linux users such as "root", "www", etc.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | vPass |
ID | abadcojegfgglajifpanpaccmmiefoid |
URL Chính Thức | https://chromewebstore.google.com/detail/vpass/abadcojegfgglajifpanpaccmmiefoid |
Mô tả | Make your online accounts secure without having to remember hundreds of passwords. Visit https://www.vpass.info for more info. |
Kích Thước Tệp | 30.1 KB |
Số Lần Cài Đặt | 93 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2013-02-09 |
Ngày Phát Hành | 2013-02-09 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.vpass.info |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://responsive-buddy.vlad.studio/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "vPass", "version": "1.1", "manifest_version": 2, "description": "Make your online accounts secure without having to remember hundreds of passwords. Visit https:\/\/www.vpass.info for more info.", "browser_action": { "default_title": "vPass", "default_icon": "32.png", "default_popup": "vpass.html" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |