KubePay Wallet Extension
Allow individuals and businesses to easily send and receive digital currency payments.
O que é KubePay Wallet Extension?
KubePay Wallet Extension é uma extensão do Chrome desenvolvida por Kube Ecosystem, e sua principal característica é "Allow individuals and businesses to easily send and receive digital currency payments.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão KubePay Wallet Extension
Baixe arquivos de extensão KubePay Wallet Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | KubePay Wallet Extension |
ID | mldploncipfogedpioamhelpbofhiaca |
URL Oficial | https://chromewebstore.google.com/detail/kubepay-wallet-extension/mldploncipfogedpioamhelpbofhiaca |
Descrição | Allow individuals and businesses to easily send and receive digital currency payments. |
Tamanho do Arquivo | 1.25 MB |
Contagem de Instalações | 45 |
Versão Atual | 1.2.2 |
Última Atualização | 2024-03-05 |
Data de Publicação | 2023-03-24 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Kube Ecosystem |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://kubepay.io |
URL da Página de Ajuda | https://kubepay.io/contact |
URL da Página de Política de Privacidade | https://kubepay.io/wallet/privacy |
Idiomas Suportados | 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]" } } } |