Secure Passwords

Generate strong and unique passwords for your various online accounts.

Secure Passwords là gì?

Secure Passwords là một tiện ích mở rộng Chrome được phát triển bởi https://digitalinspiration.com, và tính năng chính của nó là "Generate strong and unique passwords for your various online accounts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Secure Passwords

Tải xuống các tệp mở rộng Secure Passwords 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

                        Tired of remembering multiple passwords? With Secure Passwords, you only need to remember one master password and the passwords app will generate strong but unique passwords for all your different online accounts. 

The passwords are generated locally in your browser, none of your data ever leaves your computer and the password tool can be used in offline mode as well.

The password generator internally uses the super-strong BCrypt encryption algorithm to generate the hashes and thus the passwords are almost impossible to break.

The code is open-source and can be download from Github. The password generator is also available as an Android App.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Secure Passwords Secure Passwords
ID eecnlkcbgpdabdgobnpoldjgainahdni
URL Chính Thức https://chromewebstore.google.com/detail/secure-passwords/eecnlkcbgpdabdgobnpoldjgainahdni
Mô tả Generate strong and unique passwords for your various online accounts.
Kích Thước Tệp 62.16 KB
Số Lần Cài Đặt 1,044
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-03-23
Ngày Phát Hành 2017-01-04
Đánh Giá 4.56/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://digitalinspiration.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ctrlq.org/passwords/
URL Trang Trợ Giúp https://www.labnol.org/internet/unique-password-for-every-site/21288/
URL Trang Chính Sách Bảo Mật https://digitalinspiration.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "popup.html",
        "default_title": "Secure Passwords"
    },
    "description": "Generate strong and unique passwords for your various online accounts.",
    "homepage_url": "http:\/\/ctrlq.org\/passwords\/",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Secure Passwords",
    "short_name": "Passwords",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0"
}