Sender Wallet
Sender is a browser extension crypto wallet.
Cos'è Sender Wallet?
Sender Wallet è un'estensione di Chrome sviluppata da https://sender.org, e la sua funzione principale è "Sender is a browser extension crypto wallet.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sender Wallet
Scarica i file di estensione Sender Wallet 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
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | epapihdplajcdnnkdeiahlgigofloibg |
| URL Ufficiale | https://chromewebstore.google.com/detail/sender-wallet/epapihdplajcdnnkdeiahlgigofloibg |
| Descrizione | Sender is a browser extension crypto wallet. |
| Dimensione del File | 3.8 MB |
| Conteggio Installazioni | 60,000 |
| Versione Corrente | 2.1.12 |
| Ultimo Aggiornamento | 2024-03-04 |
| Data di Pubblicazione | 2021-11-28 |
| Valutazione | 4.89/5 Totale 742 Valutazioni |
| Sviluppatore | https://sender.org |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://sender.org |
| URL della Pagina di Aiuto | https://sender.org/privacy |
| URL della Pagina della Politica sulla Privacy | https://sender.org/privacy |
| Lingue Supportate | 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:\/\/*\/*",
" | |