Secure Password Generator
Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.
Secure Password Generatorคืออะไร?
Secure Password Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OpenAdminTools.com และคุณลักษณะหลักของมันคือ "Allows you to create random passwords that are highly secure and extremely difficult to crack or guess."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Secure Password Generator
ดาวน์โหลดไฟล์ส่วนขยาย Secure Password Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Secure Password Generator for Chrome allows you to create random passwords that are highly secure and extremely difficult to crack or guess due to an optional combination of lower and upper case letters, numbers and punctuation symbols. If you want to a Windows application version, please visit http://www.aqlsoft.com/secure-password-generator/ Developer: http://www.aqlsoft.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Secure Password Generator |
ID | jollpecbpialleljionejgkdgjfgamma |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/secure-password-generator/jollpecbpialleljionejgkdgjfgamma |
คำอธิบาย | Allows you to create random passwords that are highly secure and extremely difficult to crack or guess. |
ขนาดไฟล์ | 75.13 KB |
จำนวนการติดตั้ง | 179 |
เวอร์ชันปัจจุบัน | 2.1.1 |
อัปเดตครั้งล่าสุด | 2019-07-03 |
วันที่เผยแพร่ | 2019-07-02 |
คะแนน | 4.54/5 รวมทั้งหมด 189 คะแนน |
ผู้พัฒนา | OpenAdminTools.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.aqlsoft.com/secure-password-generator/ |
URL หน้าช่วยเหลือ | http://www.aqlsoft.com/secure-password-generator/ |
ภาษาที่รองรับ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1.1", "manifest_version": 2, "browser_action": { "default_icon": "image\/pw19.png", "default_title": "__MSG_pwd_generator__", "default_popup": "popup.html" }, "description": "__MSG_pwd_desc__", "icons": { "16": "image\/pw16.png", "32": "image\/pw32.png", "48": "image\/pw48.png", "64": "image\/pw64.png", "128": "image\/pw128.png" }, "name": "__MSG_pwd_generator__", "default_locale": "en", "short_name": "__MSG_pwd_generator__", "permissions": [] } |