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 zoidpay.extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shop Anything from Anywhere with Crypto across Amazon, eBay and 40M+ Online Retailers."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        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": []
        }
    ]
}