ZoidPay - Shop with Crypto

Shop Anything from Anywhere with Crypto across Amazon, eBay and 40M+ Online Retailers.

ZoidPay - Shop with Cryptoคืออะไร?

ZoidPay - Shop with Crypto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zoidpay.extension และคุณลักษณะหลักของมันคือ "Shop Anything from Anywhere with Crypto across Amazon, eBay and 40M+ Online Retailers."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZoidPay - Shop with Crypto

ดาวน์โหลดไฟล์ส่วนขยาย ZoidPay - Shop with Crypto ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Download the Chrome Extension and get ready to Shop Anything from Anywhere using Crypto. The Chrome Extension from ZoidPay allows you to shop online with cryptocurrencies from all merchants globally. This includes over 40 million retailers including Amazon, eBay and Alibaba.

**Features**

- Seamless interface making crypto payments easy
- Safe and secure environment
- Instant liquidity on all major cryptocurrencies
- Cashback of a minimum of 3% on every purchase made
- Compatible with any digital wallet

**How to get started**

*Install with a single click*

Add the Chrome Extension to your browser and you’re set to shop online with crypto

*Shop across over 40 million retailers globally*

Be it Amazon, Ebay, Alibaba or your favourite online retailer, fill your cart with what you like

*Pay with a crypto of your choice*

Pick any top cryptocurrency to make a payment for your purchases and avail instant liquidity

*Get credited with cashback in crypto*

Get an instant credit of 3% on every purchase in ZPAY tokens                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ZoidPay - Shop with Crypto ZoidPay - Shop with Crypto
ID fkmdmkcadgakegjepodemcfbijdgamie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zoidpay-shop-with-crypto/fkmdmkcadgakegjepodemcfbijdgamie
คำอธิบาย Shop Anything from Anywhere with Crypto across Amazon, eBay and 40M+ Online Retailers.
ขนาดไฟล์ 1.72 MB
จำนวนการติดตั้ง 3,578
เวอร์ชันปัจจุบัน 4.2.17
อัปเดตครั้งล่าสุด 2022-08-22
วันที่เผยแพร่ 2021-12-21
คะแนน 4.15/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา zoidpay.extension
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.zoidpay.com
URL หน้านโยบายความเป็นส่วนตัว https://staking.zoidpay.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Shop Anything from Anywhere with Crypto across Amazon, eBay and 40M+ Online Retailers.",
    "version": "4.2.17",
    "manifest_version": 3,
    "name": "ZoidPay - Shop with Crypto",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        },
        {
            "css": [
                "hide.css"
            ],
            "matches": [
                "*:\/\/zoidpay.fillit.eu\/*"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "https:\/\/wallet.elrond.com\/*",
                "https:\/\/devnet-wallet.elrond.com\/*"
            ]
        },
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}