Password Mojo (Beta)

Suffering from password fatigue? Don't trust 3rd party extensions that want to access all the content on every page you visit?…

Password Mojo (Beta) क्या है?

Password Mojo (Beta) https://www.passwordmojo.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Suffering from password fatigue? Don't trust 3rd party extensions that want to access all the content on every page you visit?…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Password Mojo (Beta) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Suffering from password fatigue? Don't trust 3rd party extensions that want to access all the content on every page you visit?

Check out Password Mojo:
⁃ Quick and easy to use password generator.
⁃ Reduces the "password fatigue" of creating and remembering lots of good passwords.
⁃ Support for multiple accounts across sites. 
⁃ Does NOT contain any network code, runs 100% locally on your computer.
⁃ Extension does NOT have access to the contents of web pages you visit.
⁃ Does NOT store web history anywhere so safe to use in incognito mode.
⁃ Drag-and-drop approach does NOT leave the password in the clipboard. 
⁃ Second generation Chrome extension with access permissions locked down tight for better security.
⁃ No executable or binaries to install. Easy to use at work and home.
⁃ Uses "hashing" approach to generate strong passwords for any site.
⁃ Fingerprint uses strong, native crypto.getRandomValues. 
⁃ Fully open source so you know what you're running.                    

एक्सटेंशन की मूल जानकारी

नाम Password Mojo (Beta) Password Mojo (Beta)
ID bpefonbipkenfcbdnhbfcmcjbifjcjpm
आधिकारिक URL https://chromewebstore.google.com/detail/password-mojo-beta/bpefonbipkenfcbdnhbfcmcjbifjcjpm
विवरण Suffering from password fatigue? Don't trust 3rd party extensions that want to access all the content on every page you visit?…
फ़ाइल का आकार 80.19 KB
स्थापना संख्या 50
वर्तमान संस्करण 0.2.2
अंतिम अपडेट 2012-09-07
प्रकाशन तिथि 2012-09-07
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर https://www.passwordmojo.net
भुगतान के प्रकार free
सहायता पृष्ठ URL https://groups.google.com/d/forum/password-mojo
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Mojo (Beta)",
    "version": "0.2.2",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'none'; default-src 'self';",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Password Mojo (Beta)",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html"
}