OnePass Password Manager & Generator

One Password for everything done right!

OnePass Password Manager & Generator क्या है?

OnePass Password Manager & Generator https://airdevs.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One Password for everything done right!"।

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

screenshot

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

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

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

                        IMPORTANT:
This extension will NOT get any more updates, nor a smartphone app in the future. If you are looking for a new password manager, you may want to consider other, more convenient, alternatives.

-----

--- Troubleshooting ---
As long as you remember the master password, you can recover all the other passwords, even without the extension. The algorithm is published on our website, and you can use it with any md5 generator.
Unfortunately, if you forget the master password, you won't be able to recover it in any way, nor any of the generated passwords, so make sure you remember it and perhaps note it down somewhere so that you won't forget it.

--- Permissions ---
Read your browsing history:
  More accurately, this is used to get the URL of the website you are currently viewing.
Modify data you copy and paste.
  This is needed for copying the generated password (when you click it).

--- Website ---
airdevs.com                    

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

नाम OnePass Password Manager & Generator OnePass Password Manager & Generator
ID emeedobobbobllpippjidhpiigoffbbj
आधिकारिक URL https://chromewebstore.google.com/detail/onepass-password-manager/emeedobobbobllpippjidhpiigoffbbj
विवरण One Password for everything done right!
फ़ाइल का आकार 25.82 KB
स्थापना संख्या 3,043
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2018-12-22
प्रकाशन तिथि 2018-12-22
रेटिंग 3.69/5 कुल 16 रेटिंग्स
डेवलपर https://airdevs.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://airdevs.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OnePass Password Manager & Generator",
    "description": "One Password for everything done right!",
    "short_name": "OnePass",
    "version": "1.2.1",
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "images\/OnePass_032.png",
        "default_popup": "main.html"
    },
    "permissions": [
        "clipboardWrite",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib\/md5.js"
        ]
    },
    "icons": {
        "16": "images\/OnePass_016.png",
        "24": "images\/OnePass_024.png",
        "32": "images\/OnePass_032.png",
        "48": "images\/OnePass_048.png",
        "64": "images\/OnePass_064.png",
        "128": "images\/OnePass_128.png",
        "256": "images\/OnePass_256.png"
    }
}