XcelPay Wallet

Multicoin Secure Crypto Wallet

XcelPay Wallet là gì?

XcelPay Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://xcelpay.io, và tính năng chính của nó là "Multicoin Secure Crypto Wallet".

Ả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 XcelPay Wallet

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

                        XcelPay Wallet Extension is your digital companion for the crypto age. The power to buy, store, swap and pay with cryptocurrencies, all at your fingertips.
Start your crypto journey today with a Secure, Powerful and Decentralized crypto wallet.

With the XcelPay Wallet web browser extension, wallet users will be able to receive and send funds natively from the wallet extension. And the transactions will also sync automatically with users’ XcelPay Wallet mobile app, making it easier for users to engage in crypto transactions and keep track of their tokens.

Benefits of XcelPay Wallet Web Extension Feature
With XcelPay Wallet web extension features users :
➕Can send/receive token based on Ethereum and EVM compatible chains like BSC, Polygon etc.

➕Buy tokens directly from their desktop/laptop using Transak and engage in seamless transactions.

➕Connect to DAPP directly- using XcelPay Wallet Web Extension (feature coming soon)                    

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

Tên XcelPay Wallet XcelPay Wallet
ID ehjiblpccbknkgimiflboggcffmpphhp
URL Chính Thức https://chromewebstore.google.com/detail/xcelpay-wallet/ehjiblpccbknkgimiflboggcffmpphhp
Mô tả Multicoin Secure Crypto Wallet
Kích Thước Tệp 1.28 MB
Số Lần Cài Đặt 178
Phiên Bản Hiện Tại 1.0.15
Cập Nhật Lần Cuối 2023-06-16
Ngày Phát Hành 2022-05-23
Đánh Giá 4.86/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://xcelpay.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://xcelpay.io
URL Trang Trợ Giúp https://xcelpay.io/contact
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XcelPay Wallet",
    "description": "Multicoin Secure Crypto Wallet",
    "version": "1.0.15",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "logo16.png",
            "48": "logo48.png",
            "128": "logo128.png"
        },
        "default_title": "XcelPay",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [],
    "permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/inpage.js",
                "static\/js\/inpage.js.map"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}