CWallet
CWallet is a browser extension multi cryptocurrency wallet
O que é CWallet?
CWallet é uma extensão do Chrome desenvolvida por CWallet, e sua principal característica é "CWallet is a browser extension multi cryptocurrency wallet".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CWallet
Baixe arquivos de extensão CWallet 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
CWallet extension is a cryptocurrency wallet which allows to store, send and receive coins: Bitcoin, Ethereum & Ethereum tokens, Cardano & Cardano tokens. The extension also allows to trade on Cardano DEXes (sign cardano transactions to make trades)
Informações Básicas da Extensão
Nome | CWallet |
ID | apnehcjmnengpnmccpaibjmhhoadaico |
URL Oficial | https://chromewebstore.google.com/detail/cwallet/apnehcjmnengpnmccpaibjmhhoadaico |
Descrição | CWallet is a browser extension multi cryptocurrency wallet |
Tamanho do Arquivo | 13.32 MB |
Contagem de Instalações | 1,797 |
Versão Atual | 0.1.15 |
Última Atualização | 2022-04-06 |
Data de Publicação | 2022-01-21 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | CWallet |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://cwallet.finance/ |
URL da Página de Ajuda | https://support.cardwallet.fi/ |
URL da Página de Política de Privacidade | https://cardwallet.fi/privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CWallet", "description": "CWallet is a browser extension multi cryptocurrency wallet", "version": "0.1.15", "permissions": [ "storage", "unlimitedStorage", "chrome:\/\/favicon\/" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "38": "icons\/38.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/js\/content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "js\/injected.js" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';" } |