Ecto Wallet

Fully featured Chrome Extension Wallet for Phantasma Blockchain.

Ecto Wallet क्या है?

Ecto Wallet ghostdevs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fully featured Chrome Extension Wallet for Phantasma Blockchain."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ecto Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    ]
}