GemWallet
GemWallet brings the XRPL to your web browser - https://gemwallet.app
Hvad er GemWallet?
GemWallet er en Chrome-udvidelse udviklet af https://gemwallet.app, og dens hovedfunktion er "GemWallet brings the XRPL to your web browser - https://gemwallet.app".
Udvidelsesskærmbilleder
Download GemWallet-udvidelses-CRX-fil
Download GemWallet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | GemWallet |
ID | egebedonbdapoieedfcfkofloclfghab |
Officiel URL | https://chromewebstore.google.com/detail/gemwallet/egebedonbdapoieedfcfkofloclfghab |
Beskrivelse | GemWallet brings the XRPL to your web browser - https://gemwallet.app |
Filstørrelse | 1.26 MB |
Antal Installationer | 4,510 |
Nuværende Version | 3.7.0 |
Senest Opdateret | 2024-02-05 |
Udgivelsesdato | 2022-11-01 |
Bedømmelse | 4.75/5 Samlet 8 Bedømmelser |
Udvikler | https://gemwallet.app |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://gemwallet.app |
Hjælpeside-URL | https://discord.gg/CnkP9KGHBe |
URL til Fortrolighedspolitik Side | https://gemwallet.app/privacy-policy |
Understøttede Sprog | 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" } } |