GenPass: Strong Password Generator
Chrome and Mozilla extension to generate random passwords
GenPass: Strong Password Generator là gì?
GenPass: Strong Password Generator là một tiện ích mở rộng Chrome được phát triển bởi RQ Labs, và tính năng chính của nó là "Chrome and Mozilla extension to generate random passwords".
Ả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 GenPass: Strong Password Generator
Tải xuống các tệp mở rộng GenPass: Strong 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
GenPass - One solution to generate strong passwords. Many users use same or similar passwords on multiple websites across the web. And when one of these website's security is compromised it reveals your credentials to external world and which means your same set of credentials can be tried on other websites and could harm you badly. GenPass is built with the intention to avoid such situations and while following a good practice of choosing secure and strong passwords we can ensure internet stay a good place. Password Types - Consistent Password: Consistent password is generated for current page domain and your master string. So next time when you generate consistent password for same site, it will show same password again. If you change your master string, password will change for same site. - Random Password: Random password is totally random password generated with alphabets upper and lower case, numerics and special characters. This is an OPEN SOURCE project available on Github: https://github.com/sachinjain024/genpass
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ocdpddbeogmhochlpfchdcjojhfljalg |
URL Chính Thức | https://chrome.google.com/webstore/detail/genpass-strong-password-g/ocdpddbeogmhochlpfchdcjojhfljalg |
Mô tả | Chrome and Mozilla extension to generate random passwords |
Kích Thước Tệp | 3.94 MB |
Số Lần Cài Đặt | 213 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2017-12-22 |
Ngày Phát Hành | 2017-12-22 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | RQ Labs |
[email protected] | |
URL Trang Chính Sách Bảo Mật | https://requestly.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GenPass: Strong Password Generator", "version": "0.0.3", "manifest_version": 2, "description": "Chrome and Mozilla extension to generate random passwords", "applications": { "gecko": { "id": "extension@genpass", "strict_min_version": "49.0" } }, "icons": { "16": "resources\/icons\/icon16.png", "48": "resources\/icons\/icon48.png", "128": "resources\/icons\/icon128.png" }, "browser_action": { "default_icon": "resources\/icons\/icon19.png", "default_title": "Random Password Generator", "default_popup": "src\/popup\/popup.html" }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |