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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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:\/\/*\/*", " |