Secure Password Generator
Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.
Secure Password Generator là gì?
Secure Password Generator là một tiện ích mở rộng Chrome được phát triển bởi OpenAdminTools.com, và tính năng chính của nó là "Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.".
Ả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 Secure Password Generator
Tải xuống các tệp mở rộng Secure Password Generator 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
Secure Password Generator for Chrome allows you to create random passwords that are highly secure and extremely difficult to crack or guess due to an optional combination of lower and upper case letters, numbers and punctuation symbols. If you want to a Windows application version, please visit http://www.aqlsoft.com/secure-password-generator/ Developer: http://www.aqlsoft.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Secure Password Generator |
ID | jollpecbpialleljionejgkdgjfgamma |
URL Chính Thức | https://chromewebstore.google.com/detail/secure-password-generator/jollpecbpialleljionejgkdgjfgamma |
Mô tả | Allows you to create random passwords that are highly secure and extremely difficult to crack or guess. |
Kích Thước Tệp | 75.13 KB |
Số Lần Cài Đặt | 179 |
Phiên Bản Hiện Tại | 2.1.1 |
Cập Nhật Lần Cuối | 2019-07-03 |
Ngày Phát Hành | 2019-07-02 |
Đánh Giá | 4.54/5 Tổng số 189 Đánh Giá |
Nhà Phát Triển | OpenAdminTools.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.aqlsoft.com/secure-password-generator/ |
URL Trang Trợ Giúp | http://www.aqlsoft.com/secure-password-generator/ |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1.1", "manifest_version": 2, "browser_action": { "default_icon": "image\/pw19.png", "default_title": "__MSG_pwd_generator__", "default_popup": "popup.html" }, "description": "__MSG_pwd_desc__", "icons": { "16": "image\/pw16.png", "32": "image\/pw32.png", "48": "image\/pw48.png", "64": "image\/pw64.png", "128": "image\/pw128.png" }, "name": "__MSG_pwd_generator__", "default_locale": "en", "short_name": "__MSG_pwd_generator__", "permissions": [] } |