Shell Wallet

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

Shell Wallet là gì?

Shell Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://shellwallet.io, và tính năng chính của nó là "Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shell Wallet

Tải xuống các tệp mở rộng Shell Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shell Wallet Shell Wallet
ID kbdcddcmgoplfockflacnnefaehaiocb
URL Chính Thức https://chromewebstore.google.com/detail/shell-wallet/kbdcddcmgoplfockflacnnefaehaiocb
Mô tả Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.
Kích Thước Tệp 12.02 MB
Số Lần Cài Đặt 26,051
Phiên Bản Hiện Tại 0.3.5
Cập Nhật Lần Cuối 2023-08-17
Ngày Phát Hành 2023-06-03
Đánh Giá 4.92/5 Tổng số 72 Đánh Giá
Nhà Phát Triển https://shellwallet.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://shellwallet.io
URL Trang Trợ Giúp https://docs.shellwallet.io
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/036a5bc1-cfde-4cbc-90ee-f2f7c148f350
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}