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 OpenAdminTools.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to create random passwords that are highly secure and extremely difficult to crack or guess."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Secure Password Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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": [] } |