Secure Passwords
Generate strong and unique passwords for your various online accounts.
Secure Passwordsคืออะไร?
Secure Passwords เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://digitalinspiration.com และคุณลักษณะหลักของมันคือ "Generate strong and unique passwords for your various online accounts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Secure Passwords
ดาวน์โหลดไฟล์ส่วนขยาย Secure Passwords ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Secure Passwords |
ID | eecnlkcbgpdabdgobnpoldjgainahdni |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/secure-passwords/eecnlkcbgpdabdgobnpoldjgainahdni |
คำอธิบาย | Generate strong and unique passwords for your various online accounts. |
ขนาดไฟล์ | 62.16 KB |
จำนวนการติดตั้ง | 1,044 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2022-03-23 |
วันที่เผยแพร่ | 2017-01-04 |
คะแนน | 4.56/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | https://digitalinspiration.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://ctrlq.org/passwords/ |
URL หน้าช่วยเหลือ | https://www.labnol.org/internet/unique-password-for-every-site/21288/ |
URL หน้านโยบายความเป็นส่วนตัว | https://digitalinspiration.com/privacy |
ภาษาที่รองรับ | 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" } |