CWallet

CWallet is a browser extension multi cryptocurrency wallet

CWallet là gì?

CWallet là một tiện ích mở rộng Chrome được phát triển bởi CWallet, và tính năng chính của nó là "CWallet is a browser extension multi cryptocurrency wallet".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng CWallet 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

                        CWallet extension is a cryptocurrency wallet which allows to store, send and receive coins: Bitcoin, Ethereum & Ethereum tokens, Cardano & Cardano tokens.
The extension also allows to trade on Cardano DEXes (sign cardano transactions to make trades)                    

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

Tên CWallet CWallet
ID apnehcjmnengpnmccpaibjmhhoadaico
URL Chính Thức https://chromewebstore.google.com/detail/cwallet/apnehcjmnengpnmccpaibjmhhoadaico
Mô tả CWallet is a browser extension multi cryptocurrency wallet
Kích Thước Tệp 13.32 MB
Số Lần Cài Đặt 1,797
Phiên Bản Hiện Tại 0.1.15
Cập Nhật Lần Cuối 2022-04-06
Ngày Phát Hành 2022-01-21
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển CWallet
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cwallet.finance/
URL Trang Trợ Giúp https://support.cardwallet.fi/
URL Trang Chính Sách Bảo Mật https://cardwallet.fi/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CWallet",
    "description": "CWallet is a browser extension multi cryptocurrency wallet",
    "version": "0.1.15",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "chrome:\/\/favicon\/"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/injected.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}