GemWallet

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

Was ist GemWallet?

GemWallet ist eine Chrome-Erweiterung, die von https://gemwallet.app entwickelt wurde, und ihr Hauptmerkmal ist "GemWallet brings the XRPL to your web browser - https://gemwallet.app".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

GemWallet-Erweiterungs-CRX-Datei herunterladen

Laden Sie GemWallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GemWallet GemWallet
ID egebedonbdapoieedfcfkofloclfghab
Offizielle URL https://chromewebstore.google.com/detail/gemwallet/egebedonbdapoieedfcfkofloclfghab
Beschreibung GemWallet brings the XRPL to your web browser - https://gemwallet.app
Dateigröße 1.26 MB
Installationsanzahl 4,510
Aktuelle Version 3.7.0
Letztes Update 2024-02-05
Veröffentlichungsdatum 2022-11-01
Bewertung 4.75/5 Insgesamt 8 Bewertungen
Entwickler https://gemwallet.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://gemwallet.app
Hilfeseite URL https://discord.gg/CnkP9KGHBe
URL der Datenschutzrichtlinien-Seite https://gemwallet.app/privacy-policy
Unterstützte Sprachen 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"
    }
}