Pay with BitPay

Spend crypto instantly

Pay with BitPay क्या है?

Pay with BitPay https://bitpay.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spend crypto instantly"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Discover how to spend crypto instantly at more than 150+ major brands!

Why HODL when you can cash out your crypto with brands like Amazon, Uber, DoorDash, Delta, and more!

Click on the BitPay extension icon when you're on a website to see how you can use your crypto.

Pay directly at checkout, or purchase and manage store credit through the app.

We currently support the United States, Canada, Brazil, Japan, India, United Kingdom, EU countries and sites that serve global customers.

————————————————

By using this add-on, you agree to the BitPay Terms & Conditions available at https://bitpay.com/about/terms                    

एक्सटेंशन की मूल जानकारी

नाम Pay with BitPay Pay with BitPay
ID jkjgekcefbkpogohigkgooodolhdgcda
आधिकारिक URL https://chromewebstore.google.com/detail/pay-with-bitpay/jkjgekcefbkpogohigkgooodolhdgcda
विवरण Spend crypto instantly
फ़ाइल का आकार 925 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.8.3
अंतिम अपडेट 2023-10-24
प्रकाशन तिथि 2020-06-17
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर https://bitpay.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bitpay.com
सहायता पृष्ठ URL https://bitpay.com/request-help/wizard
गोपनीयता नीति पृष्ठ URL https://bitpay.com/about/terms
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pay with BitPay",
    "version": "1.8.3",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "Spend crypto instantly",
    "homepage_url": "https:\/\/github.com\/bitpay\/bitpay-browser-extension",
    "short_name": "Pay with BitPay",
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "default-src 'self' https:\/\/bitpay.com; base-uri 'self'; connect-src https:\/\/bitpay.com https:\/\/www.google-analytics.com; img-src https:\/\/gravatar.com https:\/\/*.wp.com https:\/\/bitpay.com; font-src https:\/\/fonts.gstatic.com; object-src 'self'; script-src 'self'; style-src 'self' https:\/\/fonts.googleapis.com\/ 'unsafe-inline'",
    "author": "bitpay",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "Pay with BitPay",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "popup.html"
    ]
}