KubePay Wallet Extension

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

KubePay Wallet Extension란 무엇입니까?

KubePay Wallet Extension은(는) Kube Ecosystem에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow individuals and businesses to easily send and receive digital currency payments."입니다.

확장 프로그램 스크린샷

screenshot

KubePay Wallet Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 KubePay Wallet Extension KubePay Wallet Extension
ID mldploncipfogedpioamhelpbofhiaca
공식 URL https://chromewebstore.google.com/detail/kubepay-wallet-extension/mldploncipfogedpioamhelpbofhiaca
설명 Allow individuals and businesses to easily send and receive digital currency payments.
파일 크기 1.25 MB
설치 횟수 45
현재 버전 1.2.2
최근 업데이트 2024-03-05
출시 날짜 2023-03-24
평점 5.00/5 총 1 개의 평점
개발자 Kube Ecosystem
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kubepay.io
도움말 페이지 URL https://kubepay.io/contact
개인정보 보호 정책 페이지 URL https://kubepay.io/wallet/privacy
지원되는 언어 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]"
        }
    }
}