Vanta Wallet

XPLA wallet powered by dexlab

Vanta Wallet란 무엇입니까?

Vanta Wallet은(는) https://vantawallet.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "XPLA wallet powered by dexlab"입니다.

확장 프로그램 스크린샷

screenshot

Vanta Wallet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A crypto wallet reimagined for DeFi & NFTs
Vanta Wallet is your trusted companion for web3.

Our multichain wallet helps you explore web3, use apps, and buy, store, and trade crypto and NFTs across XPLA, Solana(Coming), and More. 

It’s easy, safe, and fun. For everyone.

Keeps everything in one place

- Use multiple chains with one wallet. No manually switching networks.
- View and showcase your NFT collection.
- Monitor all activity with detailed transaction history and notifications.
- No limits on tokens, balances, or transactions.

Powerful tools made for everyone!

Best-in-class Security
- Private by design. No name, email, or phone number required.
- Scam detection flags malicious transactions instantly.

Download Vanta Wallet to start exploring web3 today.                    

확장 프로그램 기본 정보

이름 Vanta Wallet Vanta Wallet
ID modjfdjcodmehnpccdjngmdfajggaoeh
공식 URL https://chromewebstore.google.com/detail/vanta-wallet/modjfdjcodmehnpccdjngmdfajggaoeh
설명 XPLA wallet powered by dexlab
파일 크기 2.73 MB
설치 횟수 103
현재 버전 0.2.0
최근 업데이트 2023-12-04
출시 날짜 2023-10-25
평점 5.00/5 총 2 개의 평점
개발자 https://vantawallet.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.vantawallet.com
개인정보 보호 정책 페이지 URL https://docs.dexlab.space/products/terms-of-service
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Vanta Wallet",
    "description": "XPLA wallet powered by dexlab",
    "version": "0.2.0",
    "action": {
        "default_icon": {
            "16": "icon16-dark.png",
            "24": "icon24-dark.png",
            "32": "icon32-dark.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16-dark.png",
        "32": "icon32-dark.png",
        "48": "icon48-dark.png",
        "128": "icon128-dark.png",
        "256": "icon256-dark.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injectScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}