Password Unfo
Generate secure, unique and protected password. Get breach information about your password.
Password Unfoคืออะไร?
Password Unfo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thegoldenstep.com และคุณลักษณะหลักของมันคือ "Generate secure, unique and protected password. Get breach information about your password."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Password Unfo
ดาวน์โหลดไฟล์ส่วนขยาย Password Unfo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Be secure and protected. Find out if you've been part of a data breach & always use secured password using Password Unfo. There are key points of password security that users must know in order to reduce the likelihood of a hacker cracking their password and thus gaining access to their device. Password unfo is tool help you to find out if your password is part of any known existing data breaches and generate secure, complex password Passwords are a means by which a user proves that they are authorized to use a computing device Passwords ensure the security and confidentiality of data that is stored on various workstations, servers across, devices, electronic gadgets and other. Unauthorized access is a potentially major problem for anyone who uses a computer or high-tech devices. The consequences for victims of these break-ins can include the loss of valuable data such as bank account information, money, identity, presentations, emails, and music. Generate secure and complex password on click. By utilizing HIBP API and DRASSLab API, this extension helps you understand to know about data breaches.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Password Unfo |
ID | cmdaecpgeoihicfjidpibbinlckhdaln |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/password-unfo/cmdaecpgeoihicfjidpibbinlckhdaln |
คำอธิบาย | Generate secure, unique and protected password. Get breach information about your password. |
ขนาดไฟล์ | 594 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2019-12-20 |
วันที่เผยแพร่ | 2019-12-14 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://thegoldenstep.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://theadfighter.com/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password Unfo", "version": "1.1", "manifest_version": 2, "description": "Generate secure, unique and protected password. Get breach information about your password.", "homepage_url": "http:\/\/thegoldenstep.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Password Unfo", "default_popup": "html\/password-unfo.html" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ], "persistent": true, "content_security_policy": "script-src 'self' ; object-src 'self'" } } |