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.”。
擴展截圖
下載KubePay Wallet Extension擴展crx文件
下載KubePay Wallet Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | mldploncipfogedpioamhelpbofhiaca |
官方網址 | 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]" } } } |