Compass Wallet for Sei

A crypto wallet for Sei Blockchain, brought to you by the Leap Wallet team.

Compass Wallet for Seiคืออะไร?

Compass Wallet for Sei เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://leapwallet.io และคุณลักษณะหลักของมันคือ "A crypto wallet for Sei Blockchain, brought to you by the Leap Wallet team."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Compass is the best way to navigate through the Sei ecosystem. A wallet that’s as fast as the fastest L1, with features to make your voyage easier!

Seamlessly explore SEI networks and dApps like Levana, Sparrowswap, Fuzio, Kryptonite and more.

Transfer your assets, earn staking rewards, view NFTs, and much more! All within one easy to use wallet.

This is how Compass makes your SEI experience better 🧭

**Made for exploring**

- Send & receive assets across Sei network, with support for all assets on mainnet & testnet.
- Connect to multiple dApps and transact seamlessly, to explore the best of DeFi and web3 on Sei.
- Superior Wallet Management: Create multiple wallets using the same seed phrase, and switch seamlessly whenever you need.
- NFT Gallery to view all your collectible treasures.
- Easy to read activity log, so you always know where your assets have been.
- Address book to save trusted addresses for frequent use.

**Safety, Transparency, Trust**

- 100% Non Custodial: Your keys are always yours, and no one else has access to them. Ever.
- Seamlessly connect with Ledger via bluetooth for added security.

**Stake & grow your portfolio!**

- In-wallet staking lets you put your assets to work with the most trustworthy validators
- Single click reward claims
- Airdrops updated right inside your wallet.

**Not like any other SEI wallet.**

- In wallet faucet lets you quickly get testnet tokens.
- Support for custom tokens, so you can add new assets manually.
- Custom features to help you make the best of DeFi, NFTs, and more.

**COMING SOON: Mobile App:**                    

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

ชื่อ Compass Wallet for Sei Compass Wallet for Sei
ID anokgmphncpekkhclmingpimjmcooifb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/compass-wallet-for-sei/anokgmphncpekkhclmingpimjmcooifb
คำอธิบาย A crypto wallet for Sei Blockchain, brought to you by the Leap Wallet team.
ขนาดไฟล์ 11.66 MB
จำนวนการติดตั้ง 400,000
เวอร์ชันปัจจุบัน 0.10.5
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2023-05-29
คะแนน 3.05/5 รวมทั้งหมด 40 คะแนน
ผู้พัฒนา https://leapwallet.io
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://leapwallet.notion.site/Leap-Privacy-Policy-2701c8f43bbb4f1ab582b7a9764beba0
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Compass Wallet for Sei",
    "description": "A crypto wallet for Sei Blockchain, brought to you by the Leap Wallet team.",
    "version": "0.10.5",
    "options_page": "index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "injectLeap.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "128": "\/icons\/icon-128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/icons\/icon-16.png",
        "48": "\/icons\/icon-48.png",
        "128": "\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentScripts.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            }
        }
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "object-src 'none'; script-src 'self' 'wasm-unsafe-eval'; img-src * 'self' data: https:; font-src https:\/\/fonts.gstatic.com; style-src 'self' https:\/\/fonts.googleapis.com  data: 'unsafe-inline'; connect-src * data: blob: filesystem:; media-src * data: blob: filesystem:; form-action 'self'; frame-ancestors 'none';frame-src https:\/\/newassets.hcaptcha.com https:\/\/www.google.com\/; base-uri 'self'; default-src 'none'"
    }
}