Pay with BitPay

Spend crypto instantly

Pay with BitPay là gì?

Pay with BitPay là một tiện ích mở rộng Chrome được phát triển bởi https://bitpay.com, và tính năng chính của nó là "Spend crypto instantly".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pay with BitPay

Tải xuống các tệp mở rộng Pay with BitPay dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pay with BitPay Pay with BitPay
ID jkjgekcefbkpogohigkgooodolhdgcda
URL Chính Thức https://chromewebstore.google.com/detail/pay-with-bitpay/jkjgekcefbkpogohigkgooodolhdgcda
Mô tả Spend crypto instantly
Kích Thước Tệp 925 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.8.3
Cập Nhật Lần Cuối 2023-10-24
Ngày Phát Hành 2020-06-17
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://bitpay.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bitpay.com
URL Trang Trợ Giúp https://bitpay.com/request-help/wizard
URL Trang Chính Sách Bảo Mật https://bitpay.com/about/terms
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}