Shell Wallet

Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.

Qu'est-ce que Shell Wallet ?

Shell Wallet est une extension Chrome développée par https://shellwallet.io, et sa fonction principale est "Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Shell Wallet

Téléchargez les fichiers d'extension Shell Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Shell Wallet is the first and leading browser extension IBC-enabled wallet built for Cosmos Ecosystem.
Shell Wallet provides Cosmos-SDK based features with the most adaptable account management and wallet functionalities for the blockchain network.

MAIN FEATURES //
- Multichain account management
- Governance proposals voting
- Add new blockchains from web front-ends
- Support hardware wallet (Ledger Nano X/S)
- Display NFTs on Sei Network
..and many more

Reminder: All transactions done by Shell Wallet are signed offline on your devices. Your private keys are securely encrypted and saved on your computer
For More Information //
[email protected]
For Landing//
https://shellwallet.io                    

Informations de Base sur l'Extension

Nom Shell Wallet Shell Wallet
ID kbdcddcmgoplfockflacnnefaehaiocb
URL Officiel https://chromewebstore.google.com/detail/shell-wallet/kbdcddcmgoplfockflacnnefaehaiocb
Description Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.
Taille du Fichier 12.02 MB
Nombre d'Installations 26,051
Version Actuelle 0.3.5
Dernière Mise à Jour 2023-08-17
Date de Publication 2023-06-03
Évaluation 4.92/5 Total 72 Évaluations
Développeur https://shellwallet.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://shellwallet.io
URL de la Page d'Aide https://docs.shellwallet.io
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/036a5bc1-cfde-4cbc-90ee-f2f7c148f350
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shell Wallet",
    "description": "Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.",
    "version": "0.3.5",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Shell"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "idle",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "contentScripts.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injectedScript.bundle.js",
                "blocklist.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}