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.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Secure Password Generator

قم بتنزيل ملفات الامتداد Secure Password Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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/
عنوان صفحة المساعدة 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": []
}