Sender Wallet

Sender is a browser extension crypto wallet.

Co je Sender Wallet?

Sender Wallet je rozšíření Chrome vyvinuté https://sender.org, a jeho hlavní funkcí je „Sender is a browser extension crypto wallet.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Sender Wallet

Stáhněte si soubory rozšíření Sender Wallet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Sender Wallet Sender Wallet
ID epapihdplajcdnnkdeiahlgigofloibg
Oficiální URL https://chromewebstore.google.com/detail/sender-wallet/epapihdplajcdnnkdeiahlgigofloibg
Popis Sender is a browser extension crypto wallet.
Velikost souboru 3.8 MB
Počet instalací 60,000
Aktuální Verze 2.1.12
Poslední Aktualizace 2024-03-04
Datum Vydání 2021-11-28
Hodnocení 4.89/5 Celkem 742 Hodnocení
Vývojář https://sender.org
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://sender.org
URL Stránky Nápovědy https://sender.org/privacy
URL Stránky Zásad Ochrany Soukromí https://sender.org/privacy
Podporované Jazyky 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"
    ]
}