Reunit

The one and only real omnichain wallet

Cos'è Reunit?

Reunit è un'estensione di Chrome sviluppata da Everywhere DAO, e la sua funzione principale è "The one and only real omnichain wallet".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Reunit

Scarica i file di estensione Reunit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Reunit Reunit
ID nlcccgcedoleehdicpnlnjeccnlfkemh
URL Ufficiale https://chromewebstore.google.com/detail/reunit/nlcccgcedoleehdicpnlnjeccnlfkemh
Descrizione The one and only real omnichain wallet
Dimensione del File 11.99 MB
Conteggio Installazioni 9,277
Versione Corrente 2.3.0.1
Ultimo Aggiornamento 2024-03-05
Data di Pubblicazione 2023-03-22
Valutazione 4.22/5 Totale 125 Valutazioni
Sviluppatore Everywhere DAO
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://github.com/EverywhereFinance/reunit_beta_one/blob/main/PRIVACY.md
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}