Reunit

The one and only real omnichain wallet

Reunit क्या है?

Reunit Everywhere DAO द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The one and only real omnichain wallet"।

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

screenshot
screenshot
screenshot

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

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

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

                        Reunit Wallet is an open source omnichain cryptocurrency wallet.

Here are some of the key features:
1 - Trading terminal included
2 - Cross-chain transfer
3 - Real-time simulation before each transaction / signature
4 - Bulk transfer from multiple blockchains in one click
5 - Hardware wallet supported                    

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

नाम Reunit Reunit
ID nlcccgcedoleehdicpnlnjeccnlfkemh
आधिकारिक URL https://chromewebstore.google.com/detail/reunit/nlcccgcedoleehdicpnlnjeccnlfkemh
विवरण The one and only real omnichain wallet
फ़ाइल का आकार 11.99 MB
स्थापना संख्या 9,277
वर्तमान संस्करण 2.3.0.1
अंतिम अपडेट 2024-03-05
प्रकाशन तिथि 2023-03-22
रेटिंग 4.22/5 कुल 125 रेटिंग्स
डेवलपर Everywhere DAO
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://github.com/EverywhereFinance/reunit_beta_one/blob/main/PRIVACY.md
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reunit",
    "version": "2.3.0.1",
    "description": "The one and only real omnichain wallet",
    "icons": {
        "128": "icons\/newIcon.png"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_title": "Reunit",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "background": {
        "service_worker": "wcc\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/v2_wcc_lib.js",
                "wcc\/content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/newIcon.png",
                "js\/v2_wcc_lib.js",
                "wcc\/detect_QRcode.js",
                "wcc\/lib_QRCode.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}