Random password generator
Simple tool to generate strong and secure passwords.
Random password generatorคืออะไร?
Random password generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://secure-password.freeonlineapps.net และคุณลักษณะหลักของมันคือ "Simple tool to generate strong and secure passwords."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Random password generator
ดาวน์โหลดไฟล์ส่วนขยาย Random password generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple tool to generate strong and secure passwords With this extension you can easily generate strong and secure passwords. You can specify password length and used chars (lowercase, uppercase, numbers or custom). Generated password can be copied directly to your clipboard, the passwords are NOT saved online. So you can ensure the security of your password
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Random password generator |
ID | flaahbpdnolilcopgaeknejgbnljpdep |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/random-password-generator/flaahbpdnolilcopgaeknejgbnljpdep |
คำอธิบาย | Simple tool to generate strong and secure passwords. |
ขนาดไฟล์ | 226 KB |
จำนวนการติดตั้ง | 13,534 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2022-04-04 |
วันที่เผยแพร่ | 2020-05-21 |
คะแนน | 4.36/5 รวมทั้งหมด 33 คะแนน |
ผู้พัฒนา | https://secure-password.freeonlineapps.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://secure-password.freeonlineapps.net |
URL หน้านโยบายความเป็นส่วนตัว | https://www.freeonlineapps.net/privacy |
ภาษาที่รองรับ | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/welcome.js" }, "action": { "default_icon": { "128": "images\/icons8-password-128.png", "16": "images\/icons8-password-16.png", "32": "images\/icons8-password-32.png", "48": "images\/icons8-password-48.png", "64": "images\/icons8-password-64.png" }, "default_popup": "popup.html" }, "default_locale": "en_US", "description": "__MSG_application_description__", "icons": { "128": "images\/icons8-password-128.png", "16": "images\/icons8-password-16.png", "32": "images\/icons8-password-32.png", "48": "images\/icons8-password-48.png", "64": "images\/icons8-password-64.png" }, "manifest_version": 3, "name": "__MSG_application_title__", "version": "3.0.0", "homepage_url": "https:\/\/secure-password.freeonlineapps.net" } |