Strong Password Generator
Generate strong password for the most secure.
Strong Password Generator क्या है?
Strong Password Generator AI Ocean द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate strong password for the most secure."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Strong Password Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Generate strong and highly secure passwords, for protecting your personal info. It's very fast and easy to use. Just one click on the extension's icon, a strong password will be coppyed to your clipboard. Right click on password field, Strong password will be generate, fill to the input field and copy to your clipboard. You can change the options to make your password more memoriable. With strong password you can protect your account better. The algorithm to generate password is ported from lastPass.
एक्सटेंशन की मूल जानकारी
नाम | Strong Password Generator |
ID | lpalkkjnignibpokfcdhhjamkpmppndn |
आधिकारिक URL | https://chromewebstore.google.com/detail/strong-password-generator/lpalkkjnignibpokfcdhhjamkpmppndn |
विवरण | Generate strong password for the most secure. |
फ़ाइल का आकार | 101 KB |
स्थापना संख्या | 932 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2023-04-05 |
प्रकाशन तिथि | 2015-11-09 |
रेटिंग | 4.71/5 कुल 7 रेटिंग्स |
डेवलपर | AI Ocean |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://laptrinh.senviet.org |
सहायता पृष्ठ URL | http://laptrinh.senviet.org |
गोपनीयता नीति पृष्ठ URL | https://aiocean.io/pages/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Strong Password Generator", "version": "1.1.1", "manifest_version": 2, "description": "Generate strong password for the most secure.", "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon24.png", "38": "images\/icon48.png" }, "default_title": "Strong Password Generator", "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus", "storage", "http:\/\/*\/", "https:\/\/*\/" ] } |