KubePay Wallet Extension

Allow individuals and businesses to easily send and receive digital currency payments.

KubePay Wallet Extension là gì?

KubePay Wallet Extension là một tiện ích mở rộng Chrome được phát triển bởi Kube Ecosystem, và tính năng chính của nó là "Allow individuals and businesses to easily send and receive digital currency payments.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng KubePay Wallet Extension

Tải xuống các tệp mở rộng KubePay Wallet Extension 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

                        KubePay: Payments made easy.

About this app
Instantly make purchases with digital assets, from your everyday coffee to your next international flight. Paying digitally has never been easier.

EVERYDAY DEFI PAYMENTS
Welcome to the DeFi payments revolution with real-world use. Use our platform to instantly purchase products and services on our Marketplace. KubePay gives digital currencies the push they need to decisively become an integral part of daily life.

YOUR MONEY, YOUR WAY
Interact with your favorite tokens in just one click: store, send, receive, buy, sell, swap, stake and trade.

MADE FOR EVERY TYPE OF USER
Our innovative App eliminates blockchain complexities to make it user-friendly every step of the way, whether you’re an experienced DeFi user or just starting out. Easily access our app using Face or Touch ID.

API INTEGRATION FOR BUSINESSES
Simply incorporate our API to start receiving decentralized payments and bring the future of digital currencies to your business.                    

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

Tên KubePay Wallet Extension KubePay Wallet Extension
ID mldploncipfogedpioamhelpbofhiaca
URL Chính Thức https://chromewebstore.google.com/detail/kubepay-wallet-extension/mldploncipfogedpioamhelpbofhiaca
Mô tả Allow individuals and businesses to easily send and receive digital currency payments.
Kích Thước Tệp 1.25 MB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2023-03-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Kube Ecosystem
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kubepay.io
URL Trang Trợ Giúp https://kubepay.io/contact
URL Trang Chính Sách Bảo Mật https://kubepay.io/wallet/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "KubePay Wallet Extension",
    "description": "Allow individuals and businesses to easily send and receive digital currency payments.",
    "version": "1.2.2",
    "homepage_url": "https:\/\/kubepay.io\/",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}