Cryptonify

Browser extension for the password manager application Cryptonify

Cryptonify क्या है?

Cryptonify https://www.marcel-carle.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser extension for the password manager application Cryptonify"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The browser extension for the password manager Cryptonify is here!
You do not know about Cryptonify? It is a free password managing tool supporting all major operation systems!
You can download it from this web page: http://www.marcel-carle.de/software/cryptonify/


Save yourself the hassle of copy between Cryptonify and your browser! The extension automatically shows, if Cryptonify has some entries for the current web page.
Just click on the extension icon and select the desired login. The extension will automatically enter the user and password in the fields on the current web page.                    

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

नाम Cryptonify Cryptonify
ID niajmakogjdmabgpfdnmlnfimkakiblf
आधिकारिक URL https://chromewebstore.google.com/detail/cryptonify/niajmakogjdmabgpfdnmlnfimkakiblf
विवरण Browser extension for the password manager application Cryptonify
फ़ाइल का आकार 114 KB
स्थापना संख्या 56
वर्तमान संस्करण 2.2.0.4
अंतिम अपडेट 2022-08-23
प्रकाशन तिथि 2019-03-08
रेटिंग 4.00/5 कुल 6 रेटिंग्स
डेवलपर https://www.marcel-carle.de
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.marcel-carle.de/software/cryptonify/
सहायता पृष्ठ URL https://www.marcel-carle.de/software/cryptonify/
समर्थित भाषाएँ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "2.2.0.4",
    "author": "Marcel Carl\u00e9",
    "manifest_version": 2,
    "description": "__MSG_extensionDesc__",
    "homepage_url": "https:\/\/marcel-carle.de\/software\/cryptonify\/",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "lib\/jquery-3.1.0.min.js",
            "lib\/bowser.min.js",
            "src\/bg\/background-helper.js",
            "src\/js\/log-helper.js",
            "lib\/jsencrypt.min.js",
            "lib\/sha512.js",
            "src\/js\/crypto-helper.js",
            "src\/keys.js",
            "src\/bg\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "src\/popup\/popup.html"
    },
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "lib\/jquery-3.1.0.min.js",
                "src\/js\/log-helper.js",
                "src\/inject\/inject-helper.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/icon128.png"
    ]
}