XcelPay Wallet

Multicoin Secure Crypto Wallet

Cos'è XcelPay Wallet?

XcelPay Wallet è un'estensione di Chrome sviluppata da https://xcelpay.io, e la sua funzione principale è "Multicoin Secure Crypto Wallet".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione XcelPay Wallet

Scarica i file di estensione XcelPay Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome XcelPay Wallet XcelPay Wallet
ID ehjiblpccbknkgimiflboggcffmpphhp
URL Ufficiale https://chromewebstore.google.com/detail/xcelpay-wallet/ehjiblpccbknkgimiflboggcffmpphhp
Descrizione Multicoin Secure Crypto Wallet
Dimensione del File 1.28 MB
Conteggio Installazioni 178
Versione Corrente 1.0.15
Ultimo Aggiornamento 2023-06-16
Data di Pubblicazione 2022-05-23
Valutazione 4.86/5 Totale 21 Valutazioni
Sviluppatore https://xcelpay.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://xcelpay.io
URL della Pagina di Aiuto https://xcelpay.io/contact
Lingue Supportate 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'"
    }
}