MultiversX DeFi Wallet

MultiversX DeFi Wallet - an MultiversX (previously Elrond) Wallet web extension

MultiversX DeFi Wallet क्या है?

MultiversX DeFi Wallet https://multiversx.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MultiversX DeFi Wallet - an MultiversX (previously Elrond) Wallet web extension"।

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

screenshot

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

crx प्रारूप में MultiversX DeFi Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The MultiversX DeFi Wallet is an MultiversX wallet web extension that can be added to Chrome browsers. It enables users to securely store EGLD and ESDT tokens on the MultiversX Network, send transactions and smart contract calls and sign messages, i.e. for xExchange operations.

MultiversX, the internet-scale blockchain

MultiversX is a technology ecosystem for the new internet. Its core layer is a high throughput smart contracts execution platform, capable of 15,000 TPS at $0.001 tx cost. The MultiversX mainnet lends itself well to fintech, DeFi, and IoT.

The user experience layer is crafted in the MultiversX money & DeFi app which offers an intuitive first-time experience with blockchain technology, offering progressive security and a gamified approach to unlocking more useful features.

The MultiversX economic model has a capped supply and decreasing issuance, furthering scarcity with adoption. The token is named eGold (EGLD) to convey the notion of digital store of value for the next billion users.

Website: https://multiversx.com
Github: https://github.com/multiversx
Twitter: https://twitter.com/multiversx                    

एक्सटेंशन की मूल जानकारी

नाम MultiversX DeFi Wallet MultiversX DeFi Wallet
ID dngmlblcodfobpdpecaadgfbcggfjfnm
आधिकारिक URL https://chromewebstore.google.com/detail/multiversx-defi-wallet/dngmlblcodfobpdpecaadgfbcggfjfnm
विवरण MultiversX DeFi Wallet - an MultiversX (previously Elrond) Wallet web extension
फ़ाइल का आकार 5.07 MB
स्थापना संख्या 92,952
वर्तमान संस्करण 1.3.14
अंतिम अपडेट 2023-11-02
प्रकाशन तिथि 2021-09-13
रेटिंग 4.62/5 कुल 118 रेटिंग्स
डेवलपर https://multiversx.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://multiversx.com/legal/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "MultiversX",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "MultiversX DeFi Wallet",
        "default_popup": "index.html"
    },
    "optional_permissions": [
        "clipboardRead"
    ],
    "permissions": [
        "storage",
        "tabs",
        "clipboardRead"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+E",
                "mac": "Alt+Shift+E",
                "chromeos": "Alt+Shift+E",
                "linux": "Alt+Shift+E"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "description": "MultiversX DeFi Wallet - an MultiversX (previously Elrond) Wallet web extension",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "MultiversX DeFi Wallet",
    "short_name": "MultiversX DeFi Wallet",
    "version": "1.3.14",
    "externally_connectable": [],
    "minimum_chrome_version": "63"
}