Password Safe Box

Save your password into the safe box.

Password Safe Box क्या है?

Password Safe Box key द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save your password into the safe box."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Password Safe Box is very very security because of its features:

1.Any network privileges no need. This feature ensure the data that saved in the extension can't send to any server by Internet, 
and then ensure your data will not be stolen by the developer of the extension;
2.Use the AES encryption algorithm, the USA goverment also adopt it.
3.Never save the user's enter password in the disk. And it will destroy the password in the computer memory 
immediately after you close the extension popup window.
4.Use the google cloud to backup your data which would be encrypted before upload.

More details see the "More Help" page in the extension.

The extension can save other private information like private letter,daily etc which is write with text.                    

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

नाम Password Safe Box Password Safe Box
ID njnffblfmpifpannonhbmfiellngpade
आधिकारिक URL https://chromewebstore.google.com/detail/password-safe-box/njnffblfmpifpannonhbmfiellngpade
विवरण Save your password into the safe box.
फ़ाइल का आकार 248 KB
स्थापना संख्या 666
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2020-03-16
प्रकाशन तिथि 2020-03-15
रेटिंग 4.50/5 कुल 16 रेटिंग्स
डेवलपर key
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "1.3.2",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "icons": {
        "16": "images\/box-close-16.png",
        "48": "images\/box-close-48.png",
        "128": "images\/box-close-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/box-close-32.png",
            "38": "images\/box-close-32.png"
        }
    },
    "background": {
        "scripts": [
            "js\/libs\/jquery.js",
            "js\/libs\/jquery\/base64.js",
            "js\/sync.js",
            "js\/libs\/string.js",
            "js\/libs\/date.js",
            "js\/popup-setting.js",
            "js\/background.js"
        ]
    }
}