Vanta Wallet

XPLA wallet powered by dexlab

Vanta Wallet là gì?

Vanta Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://vantawallet.com, và tính năng chính của nó là "XPLA wallet powered by dexlab".

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

screenshot

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

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

                        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.                    

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

Tên Vanta Wallet Vanta Wallet
ID modjfdjcodmehnpccdjngmdfajggaoeh
URL Chính Thức https://chromewebstore.google.com/detail/vanta-wallet/modjfdjcodmehnpccdjngmdfajggaoeh
Mô tả XPLA wallet powered by dexlab
Kích Thước Tệp 2.73 MB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2023-12-04
Ngày Phát Hành 2023-10-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://vantawallet.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.vantawallet.com
URL Trang Chính Sách Bảo Mật https://docs.dexlab.space/products/terms-of-service
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}