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?

WELLDONE Wallet for multichain是由https://welldonestudio.io开发的Chrome扩展程序,该扩展的主要功能是“A single wallet for all your crypto assets. Transfer tokens, connect dApps, or use bridges across different blockchains.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载WELLDONE Wallet for multichain扩展crx文件

下载WELLDONE Wallet for multichain扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 WELLDONE Wallet for multichain WELLDONE Wallet for multichain
ID bmkakpenjmcpfhhjadflneinmhboecjf
官方URL https://chromewebstore.google.com/detail/welldone-wallet-for-multi/bmkakpenjmcpfhhjadflneinmhboecjf
简介 A single wallet for all your crypto assets. Transfer tokens, connect dApps, or use bridges across different blockchains.
文件大小 6.1 MB
安装次数 1,404
当前版本 0.1.39
更新时间 2024-01-25
上架时间 2021-12-08
评分 5.00/5 共3次评分
开发者 https://welldonestudio.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://welldonestudio.io/
帮助页面URL https://support.welldonestudio.io/
隐私政策页面URL https://github.com/welldonestudio/wallet-security-criteria
支持的语言 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"
    ]
}