WELLDONE Wallet for multichain

A single wallet for all your crypto assets. Transfer tokens, connect dApps, or use bridges across different blockchains.

WELLDONE Wallet for multichain là gì?

WELLDONE Wallet for multichain là một tiện ích mở rộng Chrome được phát triển bởi https://welldonestudio.io, và tính năng chính của nó là "A single wallet for all your crypto assets. Transfer tokens, connect dApps, or use bridges across different blockchains.".

Ả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 WELLDONE Wallet for multichain

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

                        Meet WELLDONE Wallet: Your Multi-Chain Companion

Time is precious, and we understand all too well the time you waste installing wallet after wallet. Not to mention the process of getting familiar with a brand new UI/UX, and managing multiple addresses.

So we’d like to introduce WELLDONE Wallet, the multi-chain wallet custom-made for today’s Web3 voyager. Versatile, fast, and effortless. For every kind of user who wants a better experience– whether you’re a builder, a designer, a mother, an investor, or all the above.

WELLDONE Wallet was built for you. Transfer tokens, connect dApps, or use bridges across different blockchains. Use your crypto assets just as you wish across different blockchains without restraints.

WELLDONE Wallet supports convenient token management for 10 chains, including Ethereum, Aptos, Cosmos, Solana, Near, and more. And we are actively supporting more chains.

DSRV is a leading blockchain infrastructure company based in Seoul, South Korea. Our mission is to spearhead the industry’s sustainable growth, and in doing so, provide an access point for all.                    

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

Tên WELLDONE Wallet for multichain WELLDONE Wallet for multichain
ID bmkakpenjmcpfhhjadflneinmhboecjf
URL Chính Thức https://chromewebstore.google.com/detail/welldone-wallet-for-multi/bmkakpenjmcpfhhjadflneinmhboecjf
Mô tả A single wallet for all your crypto assets. Transfer tokens, connect dApps, or use bridges across different blockchains.
Kích Thước Tệp 6.1 MB
Số Lần Cài Đặt 1,404
Phiên Bản Hiện Tại 0.1.39
Cập Nhật Lần Cuối 2024-01-25
Ngày Phát Hành 2021-12-08
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://welldonestudio.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://welldonestudio.io/
URL Trang Trợ Giúp https://support.welldonestudio.io/
URL Trang Chính Sách Bảo Mật https://github.com/welldonestudio/wallet-security-criteria
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WELLDONE Wallet for multichain",
    "description": "A single wallet for all your crypto assets. Transfer tokens, connect dApps, or use bridges across different blockchains.",
    "version": "0.1.39",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "minimum_chrome_version": "103",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png",
        "512": "images\/icon-512.png"
    },
    "action": {
        "default_title": "WELLDONE Wallet",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "unlimitedStorage"
    ]
}