GemWallet

GemWallet brings the XRPL to your web browser - https://gemwallet.app

Cos'è GemWallet?

GemWallet è un'estensione di Chrome sviluppata da https://gemwallet.app, e la sua funzione principale è "GemWallet brings the XRPL to your web browser - https://gemwallet.app".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GemWallet

Scarica i file di estensione GemWallet 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

                        GemWallet is a non-custodial wallet extension that brings XRPL web3 capabilities to your browser.

You will be able to use the XRP Ledger to make international payments secure in less than 5 seconds.

We don't track any personal identifiable information, your account addresses, or asset balances.

No one has access to your master password, keys or the data stored on your device, except you. Not even GemWallet.                    

Informazioni di Base sull'Estensione

Nome GemWallet GemWallet
ID egebedonbdapoieedfcfkofloclfghab
URL Ufficiale https://chromewebstore.google.com/detail/gemwallet/egebedonbdapoieedfcfkofloclfghab
Descrizione GemWallet brings the XRPL to your web browser - https://gemwallet.app
Dimensione del File 1.26 MB
Conteggio Installazioni 4,510
Versione Corrente 3.7.0
Ultimo Aggiornamento 2024-02-05
Data di Pubblicazione 2022-11-01
Valutazione 4.75/5 Totale 8 Valutazioni
Sviluppatore https://gemwallet.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gemwallet.app
URL della Pagina di Aiuto https://discord.gg/CnkP9KGHBe
URL della Pagina della Politica sulla Privacy https://gemwallet.app/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GemWallet",
    "description": "GemWallet brings the XRPL to your web browser - https:\/\/gemwallet.app",
    "version": "3.7.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "GemWallet"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "permissions": [
        "storage",
        "offscreen"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    }
}