Sender Wallet
Sender is a browser extension crypto wallet.
Sender Walletとは何ですか?
Sender Walletはhttps://sender.orgによって開発されたChromeの拡張機能で、その主な機能は「Sender is a browser extension crypto wallet.」です。
拡張機能のスクリーンショット
Sender Wallet拡張機能のCRXファイルをダウンロード
Sender Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Sender Wallet |
ID | epapihdplajcdnnkdeiahlgigofloibg |
公式URL | https://chromewebstore.google.com/detail/sender-wallet/epapihdplajcdnnkdeiahlgigofloibg |
説明 | Sender is a browser extension crypto wallet. |
ファイルサイズ | 3.8 MB |
インストール数 | 60,000 |
現在のバージョン | 2.1.12 |
最終更新日 | 2024-03-04 |
公開日 | 2021-11-28 |
評価 | 4.89/5 合計 742 レビュー |
開発者 | https://sender.org |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://sender.org |
ヘルプページのURL | https://sender.org/privacy |
プライバシーポリシーページのURL | https://sender.org/privacy |
対応言語 | 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:\/\/*\/*", " |