Ecto Wallet

Fully featured Chrome Extension Wallet for Phantasma Blockchain.

ما هو Ecto Wallet؟

Ecto Wallet هو إضافة Chrome تم تطويرها بواسطة ghostdevs، والميزة الرئيسية لها هي "Fully featured Chrome Extension Wallet for Phantasma Blockchain.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Ecto Wallet

قم بتنزيل ملفات الامتداد Ecto Wallet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        🔥New in v1.5.5
- updated rpc & explorer following last chain changes

Features:
- Create/Login/Export wallet
- Phantasma Mainnet/Testnet/Privatenet
- Read-only or Read-write (HEX or WIF format) for any Phantasma Wallet
- BIP 39 seed words support
- Stake/Unstake
- Claim KCAL
- Send assets
- Send/Burn NFT
- Swaps from/to NEO and Ethereum and BSC
- Interact with dApps through Phantasma Link                    

معلومات أساسية عن التمديد

الاسم Ecto Wallet Ecto Wallet
ID bgjogpoidejdemgoochpnkmdjpocgkha
عنوان URL الرسمي https://chromewebstore.google.com/detail/ecto-wallet/bgjogpoidejdemgoochpnkmdjpocgkha
الوصف Fully featured Chrome Extension Wallet for Phantasma Blockchain.
حجم الملف 7.53 MB
عدد التثبيتات 6,578
النسخة الحالية 1.5.5
آخر تحديث 2024-01-30
تاريخ النشر 2020-07-27
تقييم 3.18/5 مجموع تقييمات 28
المطور ghostdevs
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://phantasma.io
عنوان صفحة المساعدة https://phantasma.io
عنوان صفحة سياسة الخصوصية https://www.phantasma.io/downloads/ecto_privacy_policy.html
اللغات المدعومة de,en,fr,nl,no,vi,tr,es,it,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.5.5",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "",
        "tabs"
    ],
    "web_accessible_resources": [
        "js\/inpage.js",
        "placeholder-nft-img.png",
        "placeholder-nft-video.png"
    ]
}