Elli - Sui Wallet

An easy-to-use and powerful wallet that makes exploring Sui - fun!

Elli - Sui Walletคืออะไร?

Elli - Sui Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://elliwallet.com และคุณลักษณะหลักของมันคือ "An easy-to-use and powerful wallet that makes exploring Sui - fun!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        A secure and powerful crypto wallet that empowers you to discover Sui, a new and exciting blockchain.

ELLI was created by the same team that created Solflare, one of the most popular Solana wallets.

Explore the Sui blockchain securely with ELLI’s intuitive interface with a wide range of powerful features:

🔹 Manage all your NFTs in a beautiful gallery.
🔹 Connect to your favorite Sui apps.
🔹 Follow all your activity with an easy-to-understand transaction history.
🔹 Choose your preferred language. ELLI speaks more than 15 languages.

Experience the most advanced and secure wallet on the Sui blockchain.

Download ELLI now and get your own Sui ally!                    

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

ชื่อ Elli - Sui Wallet Elli - Sui Wallet
ID ocjdpmoallmgmjbbogfiiaofphbjgchh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/elli-sui-wallet/ocjdpmoallmgmjbbogfiiaofphbjgchh
คำอธิบาย An easy-to-use and powerful wallet that makes exploring Sui - fun!
ขนาดไฟล์ 2.59 MB
จำนวนการติดตั้ง 5,453
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2023-07-27
วันที่เผยแพร่ 2023-04-11
คะแนน 4.98/5 รวมทั้งหมด 2667 คะแนน
ผู้พัฒนา https://elliwallet.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://elliwallet.com/
URL หน้าช่วยเหลือ https://help.elliwallet.com
URL หน้านโยบายความเป็นส่วนตัว https://solflare.com/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Elli - Sui Wallet",
    "description": "An easy-to-use and powerful wallet that makes exploring Sui - fun!",
    "version": "1.3.1",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/logo-16.png",
        "24": "assets\/logo-24.png",
        "32": "assets\/logo-32.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/logo-16.png",
            "24": "assets\/logo-24.png",
            "32": "assets\/logo-32.png",
            "48": "assets\/logo-48.png",
            "128": "assets\/logo-128.png"
        },
        "default_title": "Elli Wallet",
        "default_popup": "app_popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+E"
            },
            "description": "Open Elli extension"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js",
                "phishing.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}