GemWallet

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

¿Qué es GemWallet?

GemWallet es una extensión de Chrome desarrollada por https://gemwallet.app, y su función principal es "GemWallet brings the XRPL to your web browser - https://gemwallet.app".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión GemWallet

Descarga archivos de extensión GemWallet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre GemWallet GemWallet
ID egebedonbdapoieedfcfkofloclfghab
URL Oficial https://chromewebstore.google.com/detail/gemwallet/egebedonbdapoieedfcfkofloclfghab
Descripción GemWallet brings the XRPL to your web browser - https://gemwallet.app
Tamaño del Archivo 1.26 MB
Cantidad de Instalaciones 4,510
Versión Actual 3.7.0
Última Actualización 2024-02-05
Fecha de Publicación 2022-11-01
Calificación 4.75/5 Total de 8 Calificaciones
Desarrollador https://gemwallet.app
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://gemwallet.app
URL de la Página de Ayuda https://discord.gg/CnkP9KGHBe
URL de la Página de Política de Privacidad https://gemwallet.app/privacy-policy
Idiomas Soportados 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"
    }
}