XcelPay Wallet

Multicoin Secure Crypto Wallet

XcelPay Wallet क्या है?

XcelPay Wallet https://xcelpay.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Multicoin Secure Crypto Wallet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में XcelPay Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
    }
}