GenPass - Smart password generator
GenPass - Smart password generator lets you to create a strong easy remembered password of high cracking resistance.
GenPass - Smart password generator là gì?
GenPass - Smart password generator là một tiện ích mở rộng Chrome được phát triển bởi https://genpass.hyperione.com, và tính năng chính của nó là "GenPass - Smart password generator lets you to create a strong easy remembered password of high cracking resistance.".
Tải xuống tệp CRX của tiện ích mở rộng GenPass - Smart password generator
Tải xuống các tệp mở rộng GenPass - Smart 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
Details: - A lot of settings (upper and lower case, special characters and digits); - Ability to create a Phrase based Password; - Copying a password by one click; - You may download all generated passwords in one file on a local computer in one click.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GenPass - Smart password generator |
ID | gngoeokkdblahddlgnkaehmogbhpdbkg |
URL Chính Thức | https://chromewebstore.google.com/detail/genpass-smart-password-ge/gngoeokkdblahddlgnkaehmogbhpdbkg |
Mô tả | GenPass - Smart password generator lets you to create a strong easy remembered password of high cracking resistance. |
Kích Thước Tệp | 38.75 KB |
Số Lần Cài Đặt | 1,334 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2021-09-11 |
Ngày Phát Hành | 2017-03-30 |
Đánh Giá | 4.14/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://genpass.hyperione.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://genpass.hyperione.com/ |
URL Trang Trợ Giúp | https://vk.com/topic-141562705_35049496 |
Ngôn Ngữ Được Hỗ Trợ | de,en,en-GB,en-US,fr,et,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.5", "manifest_version": 2, "default_locale": "en", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "permissions": [ "clipboardWrite" ], "browser_action": { "default_icon": "icons\/icon.png", "default_title": "GenPass - \u0423\u043c\u043d\u044b\u0439 \u0433\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440 \u043f\u0430\u0440\u043e\u043b\u0435\u0439", "default_popup": "genPass.html" } } |