XcelPay Wallet

Multicoin Secure Crypto Wallet

什么是XcelPay Wallet?

XcelPay Wallet是由https://xcelpay.io开发的Chrome扩展程序,该扩展的主要功能是“Multicoin Secure Crypto Wallet”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载XcelPay Wallet扩展crx文件

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

扩展使用说明

                        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)                    

扩展基本信息

名称 XcelPay Wallet XcelPay Wallet
ID ehjiblpccbknkgimiflboggcffmpphhp
官方URL https://chromewebstore.google.com/detail/xcelpay-wallet/ehjiblpccbknkgimiflboggcffmpphhp
简介 Multicoin Secure Crypto Wallet
文件大小 1.28 MB
安装次数 178
当前版本 1.0.15
更新时间 2023-06-16
上架时间 2022-05-23
评分 4.86/5 共21次评分
开发者 https://xcelpay.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://xcelpay.io
帮助页面URL https://xcelpay.io/contact
支持的语言 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'"
    }
}