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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
    ]
}