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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        🔥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
URL หน้าช่วยเหลือ https://phantasma.io
URL หน้านโยบายความเป็นส่วนตัว 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"
    ]
}