Password Safe

Easy interface to Password Safe

Password Safe क्या है?

Password Safe https://safe.manki.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy interface to Password Safe"।

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

screenshot

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

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

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

                        Password Safe is a simple password manager that stores your passwords. This can also generate a unique password for each of your account.

Password Safe uses standard PGP for encryption, so you can decrypt your data with any PGP program. This program also allows you to automatically backup your data to Google Drive (in encrypted form).

Mobile users can open https://safe.manki.in/ on Chrome directly. There is also an Android app available at https://play.google.com/store/apps/details?id=in.manki.android.mpass

CAUTION
- If you ever forget your master password, it's almost impossible to recover your data. Make sure to choose a master password that you'll remember.
- Since this app uses Google sign-in, do not store your Google account's password in Password Safe. You'll need to sign into your Google account before opening this app.                    

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

नाम Password Safe Password Safe
ID eidnidimopaahjfkneciofgpdfejoalj
आधिकारिक URL https://chromewebstore.google.com/detail/password-safe/eidnidimopaahjfkneciofgpdfejoalj
विवरण Easy interface to Password Safe
फ़ाइल का आकार 997 KB
स्थापना संख्या 263
वर्तमान संस्करण 1.1.8
अंतिम अपडेट 2022-01-09
प्रकाशन तिथि 2016-05-30
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर https://safe.manki.in
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://safe.manki.in/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Password Safe",
    "version": "1.1.8",
    "description": "Easy interface to Password Safe",
    "action": {
        "default_icon": "img\/icon.png",
        "default_title": "Password Safe",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "img\/icon.png"
    }
}