Sender Wallet

Sender is a browser extension crypto wallet.

Sender Walletคืออะไร?

Sender Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sender.org และคุณลักษณะหลักของมันคือ "Sender is a browser extension crypto wallet."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sender Wallet

ดาวน์โหลดไฟล์ส่วนขยาย 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 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:\/\/*\/*",
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/helper.mainnet.near.org\/*",
        "https:\/\/rpc.mainnet.near.org\/",
        "https:\/\/helper.testnet.near.org\/*",
        "https:\/\/rpc.testnet.near.org\/*",
        "https:\/\/helper.sender.org\/*",
        "https:\/\/indexer.ref-finance.net\/*",
        "https:\/\/testnet-api.kitwallet.app\/*",
        "https:\/\/api.kitwallet.app\/*",
        "http:\/\/34.201.128.53:8000\/*",
        "https:\/\/api.sender.org\/*",
        "https:\/\/api-core.sender.org\/*",
        "https:\/\/fonts.googleapis.com\/*",
        "https:\/\/fonts.gstatic.com\/*",
        "https:\/\/app.calimero.network\/*",
        "https:\/\/api.calimero.network\/*",
        "https:\/\/near-testnet.api.pagoda.co\/*",
        "https:\/\/near-mainnet.api.pagoda.co\/*",
        "https:\/\/api.fastnear.com\/*"
    ],
    "permissions": [
        "storage",
        "alarms",
        "unlimitedStorage"
    ]
}