Cryptonify

Browser extension for the password manager application Cryptonify

Cryptonify란 무엇입니까?

Cryptonify은(는) https://www.marcel-carle.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension for the password manager application Cryptonify"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Cryptonify 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}