Shell Wallet

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

Shell Walletคืออะไร?

Shell Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shellwallet.io และคุณลักษณะหลักของมันคือ "Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Shell Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shell Wallet Shell Wallet
ID kbdcddcmgoplfockflacnnefaehaiocb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shell-wallet/kbdcddcmgoplfockflacnnefaehaiocb
คำอธิบาย Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.
ขนาดไฟล์ 12.02 MB
จำนวนการติดตั้ง 26,051
เวอร์ชันปัจจุบัน 0.3.5
อัปเดตครั้งล่าสุด 2023-08-17
วันที่เผยแพร่ 2023-06-03
คะแนน 4.92/5 รวมทั้งหมด 72 คะแนน
ผู้พัฒนา https://shellwallet.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://shellwallet.io
URL หน้าช่วยเหลือ https://docs.shellwallet.io
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/036a5bc1-cfde-4cbc-90ee-f2f7c148f350
ภาษาที่รองรับ 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": [
                ""
            ]
        }
    ]
}