SuperChromePass
Generate secure, per-domain password based on an original master password, with the click of a button
SuperChromePass क्या है?
SuperChromePass https://70apps.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate secure, per-domain password based on an original master password, with the click of a button"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SuperChromePass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A SuperGenPass Google Chrome Extension How It Works Step 1 Click on the SuperGenPass extension button. Step 2 Type your master password and Enter. Step 3 Your password is generated and fill on input field. Do you know SuperGenPass? SuperGenPass is a useful bookmarklet. You can make unique strong secured password for each websites and No Need to remember. For more information, visit http://supergenpass.com.
एक्सटेंशन की मूल जानकारी
नाम | SuperChromePass |
ID | dcdaiabaidgglbdapfdaengffpdpicbk |
आधिकारिक URL | https://chromewebstore.google.com/detail/superchromepass/dcdaiabaidgglbdapfdaengffpdpicbk |
विवरण | Generate secure, per-domain password based on an original master password, with the click of a button |
फ़ाइल का आकार | 91.02 KB |
स्थापना संख्या | 148 |
वर्तमान संस्करण | 3.0.3 |
अंतिम अपडेट | 2020-05-18 |
प्रकाशन तिथि | 2020-05-16 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | https://70apps.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.70apps.com/supergenpass/ |
सहायता पृष्ठ URL | https://www.70apps.com/supergenpass/ |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "manifest_version": 2, "name": "SuperChromePass", "options_page": "scp_options.html", "options_ui": { "page": "scp_options.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.3", "background": { "page": "scp_background.html" }, "browser_action": { "default_icon": "images\/icon_19.png", "default_popup": "scp_popup.html", "default_title": "SuperChromePass" }, "content_scripts": [ { "css": [ "css\/scp.css" ], "js": [ "js\/jquery.js", "js\/superchromepass.js", "js\/supergenpass.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Generate secure, per-domain password based on an original master password, with the click of a button", "icons": { "128": "images\/icon_128.png", "16": "images\/icon_16.png", "48": "images\/icon_48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAlLX3Arr4AgLYLpO4t\/HN6jZI7jS9VPDS4WSWWUczuvhVMJgv5DOJIFtJtDwndHscHZywV47QJwvtKgeVGt2iFIfBH7GsWwP4IUP\/mvMPTZQ8CdF0hVFzZEdaYpawWcAGVTnMDWaxcpFqAC6izi+L8gW7C4daaC63h3obYaiAPQIDAQAB", "default_locale": "en" } |