Sender Wallet
Sender is a browser extension crypto wallet.
O que é Sender Wallet?
Sender Wallet é uma extensão do Chrome desenvolvida por https://sender.org, e sua principal característica é "Sender is a browser extension crypto wallet.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sender Wallet
Baixe arquivos de extensão Sender Wallet 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
Sender Wallet is a web3 browser wallet, allowing you to control your cryptocurrency, NFTs, and digital assets. Why choose Sender Wallet as your web3 browser wallet? • Security and reliability • Multi-chain support • Powerful features • NFT support With Sender, you can • Purchase cryptocurrency from trusted global cryptocurrency service providers. • Transfer cryptocurrency held in other exchanges or wallets to your wallet. • Send cryptocurrency to anyone, regardless of geographical restrictions. • Receive cryptocurrency directly into your wallet when other users pay in cryptocurrency. • Convert your cryptocurrency using decentralized exchanges (DEX). • Stay up to date with price trends, top tokens, trending assets, and more. Try Sender today and discover the power of blockchain-enabled browsing! Website: https://senderwallet.io Twitter: https://twitter.com/SenderLabs Blog: https://medium.com/@senderlabs
Informações Básicas da Extensão
Nome | Sender Wallet |
ID | epapihdplajcdnnkdeiahlgigofloibg |
URL Oficial | https://chromewebstore.google.com/detail/sender-wallet/epapihdplajcdnnkdeiahlgigofloibg |
Descrição | Sender is a browser extension crypto wallet. |
Tamanho do Arquivo | 3.8 MB |
Contagem de Instalações | 60,000 |
Versão Atual | 2.1.12 |
Última Atualização | 2024-03-04 |
Data de Publicação | 2021-11-28 |
Classificação | 4.89/5 Total de 742 Avaliações |
Desenvolvedor | https://sender.org |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://sender.org |
URL da Página de Ajuda | https://sender.org/privacy |
URL da Página de Política de Privacidade | https://sender.org/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Sender is a browser extension crypto wallet.", "version": "2.1.12", "manifest_version": 3, "name": "Sender Wallet", "background": { "service_worker": "background.bundle.js" }, "action": { "default_icon": "icon-38.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentScript.bundle.js", "script.bundle.js" ], "css": [ "content.styles.css" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-38.png", "script.bundle.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |