Sender Wallet

Sender is a browser extension crypto wallet.

Apa itu Sender Wallet?

Sender Wallet adalah ekstensi Chrome yang dikembangkan oleh https://sender.org, dan fitur utamanya adalah "Sender is a browser extension crypto wallet.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Sender Wallet

Unduh file ekstensi Sender Wallet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Sender Wallet Sender Wallet
ID epapihdplajcdnnkdeiahlgigofloibg
URL Resmi https://chromewebstore.google.com/detail/sender-wallet/epapihdplajcdnnkdeiahlgigofloibg
Deskripsi Sender is a browser extension crypto wallet.
Ukuran File 3.8 MB
Jumlah Instalasi 60,000
Versi Saat Ini 2.1.12
Terakhir Diperbarui 2024-03-04
Tanggal Publikasi 2021-11-28
Penilaian 4.89/5 Total 742 Penilaian
Pengembang https://sender.org
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sender.org
URL Halaman Bantuan https://sender.org/privacy
URL Halaman Kebijakan Privasi https://sender.org/privacy
Bahasa yang Didukung 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"
    ]
}