KubePay Wallet Extension
Allow individuals and businesses to easily send and receive digital currency payments.
Cos'è KubePay Wallet Extension?
KubePay Wallet Extension è un'estensione di Chrome sviluppata da Kube Ecosystem, e la sua funzione principale è "Allow individuals and businesses to easily send and receive digital currency payments.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione KubePay Wallet Extension
Scarica i file di estensione KubePay Wallet Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | KubePay Wallet Extension |
ID | mldploncipfogedpioamhelpbofhiaca |
URL Ufficiale | https://chromewebstore.google.com/detail/kubepay-wallet-extension/mldploncipfogedpioamhelpbofhiaca |
Descrizione | Allow individuals and businesses to easily send and receive digital currency payments. |
Dimensione del File | 1.25 MB |
Conteggio Installazioni | 45 |
Versione Corrente | 1.2.2 |
Ultimo Aggiornamento | 2024-03-05 |
Data di Pubblicazione | 2023-03-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Kube Ecosystem |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://kubepay.io |
URL della Pagina di Aiuto | https://kubepay.io/contact |
URL della Pagina della Politica sulla Privacy | https://kubepay.io/wallet/privacy |
Lingue Supportate | 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]" } } } |