Cripz Wallet

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

Cripz Wallet là gì?

Cripz Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://cripz.com, và tính năng chính của nó là "Cripz Wallet is a secure, decentralized, easy to use and free wallet.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cripz Wallet

Tải xuống các tệp mở rộng Cripz Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cripz Wallet Cripz Wallet
ID gfcjcolbeianigogpbkkgfioaamnbfag
URL Chính Thức https://chromewebstore.google.com/detail/cripz-wallet/gfcjcolbeianigogpbkkgfioaamnbfag
Mô tả Cripz Wallet is a secure, decentralized, easy to use and free wallet.
Kích Thước Tệp 3.18 MB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2022-12-13
Ngày Phát Hành 2022-08-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://cripz.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cripz.com/ru/wallet
Ngôn Ngữ Được Hỗ Trợ 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
}