GemWallet

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

Co je GemWallet?

GemWallet je rozšíření Chrome vyvinuté https://gemwallet.app, a jeho hlavní funkcí je „GemWallet brings the XRPL to your web browser - https://gemwallet.app“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření GemWallet

Stáhněte si soubory rozšíření GemWallet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název GemWallet GemWallet
ID egebedonbdapoieedfcfkofloclfghab
Oficiální URL https://chromewebstore.google.com/detail/gemwallet/egebedonbdapoieedfcfkofloclfghab
Popis GemWallet brings the XRPL to your web browser - https://gemwallet.app
Velikost souboru 1.26 MB
Počet instalací 4,510
Aktuální Verze 3.7.0
Poslední Aktualizace 2024-02-05
Datum Vydání 2022-11-01
Hodnocení 4.75/5 Celkem 8 Hodnocení
Vývojář https://gemwallet.app
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://gemwallet.app
URL Stránky Nápovědy https://discord.gg/CnkP9KGHBe
URL Stránky Zásad Ochrany Soukromí https://gemwallet.app/privacy-policy
Podporované Jazyky 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"
    }
}