XcelPay Wallet

Multicoin Secure Crypto Wallet

XcelPay Walletคืออะไร?

XcelPay Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xcelpay.io และคุณลักษณะหลักของมันคือ "Multicoin Secure Crypto Wallet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XcelPay Wallet

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
    }
}