Sender Wallet
Sender is a browser extension crypto wallet.
Sender Wallet là gì?
Sender Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://sender.org, và tính năng chính của nó là "Sender is a browser extension crypto wallet.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sender Wallet
Tải xuống các tệp mở rộng Sender Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sender Wallet |
ID | epapihdplajcdnnkdeiahlgigofloibg |
URL Chính Thức | https://chromewebstore.google.com/detail/sender-wallet/epapihdplajcdnnkdeiahlgigofloibg |
Mô tả | Sender is a browser extension crypto wallet. |
Kích Thước Tệp | 3.8 MB |
Số Lần Cài Đặt | 60,000 |
Phiên Bản Hiện Tại | 2.1.12 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2021-11-28 |
Đánh Giá | 4.89/5 Tổng số 742 Đánh Giá |
Nhà Phát Triển | https://sender.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sender.org |
URL Trang Trợ Giúp | https://sender.org/privacy |
URL Trang Chính Sách Bảo Mật | https://sender.org/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*", " |