Cripz Wallet

Cripz Wallet is a secure, decentralized, easy to use and free wallet.

Cripz Wallet란 무엇입니까?

Cripz Wallet은(는) https://cripz.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cripz Wallet is a secure, decentralized, easy to use and free wallet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Cripz Wallet is an open-source decentralized cryptocurrency wallet for sending and receiving tokens. With the extension you can connect to the Cripz decentralized platform to make direct anonymous deals with other users without intermediaries. 

The wallet has the functionality to create a digital signature required to work with Escrow, which provides maximum security when you buying or selling cryptocurrency.

Main functions:
- Create new wallet or import existing
- Send and receive tokens 
- Connect with Dapps Cripz securely for trading
- Easily confirm transactions directly on desktop

Learn more at cripz.com/wallet                    

확장 프로그램 기본 정보

이름 Cripz Wallet Cripz Wallet
ID gfcjcolbeianigogpbkkgfioaamnbfag
공식 URL https://chromewebstore.google.com/detail/cripz-wallet/gfcjcolbeianigogpbkkgfioaamnbfag
설명 Cripz Wallet is a secure, decentralized, easy to use and free wallet.
파일 크기 3.18 MB
설치 횟수 54
현재 버전 1.1.5
최근 업데이트 2022-12-13
출시 날짜 2022-08-10
평점 5.00/5 총 1 개의 평점
개발자 https://cripz.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cripz.com/ru/wallet
지원되는 언어 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.5",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "Cripz",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "http:\/\/localhost:4200\/*",
        "https:\/\/app.cripz.com\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "70": "icon-70.png",
        "144": "icon-144.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:4200\/*",
                "https:\/\/app.cripz.com\/*",
                "https:\/\/cripz.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "content_security_policy": [],
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "scripting",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "manifest_version": 3
}