GemWallet
GemWallet brings the XRPL to your web browser - https://gemwallet.app
Qu'est-ce que GemWallet ?
GemWallet est une extension Chrome développée par https://gemwallet.app, et sa fonction principale est "GemWallet brings the XRPL to your web browser - https://gemwallet.app".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GemWallet
Téléchargez les fichiers d'extension GemWallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | GemWallet |
ID | egebedonbdapoieedfcfkofloclfghab |
URL Officiel | https://chromewebstore.google.com/detail/gemwallet/egebedonbdapoieedfcfkofloclfghab |
Description | GemWallet brings the XRPL to your web browser - https://gemwallet.app |
Taille du Fichier | 1.26 MB |
Nombre d'Installations | 4,510 |
Version Actuelle | 3.7.0 |
Dernière Mise à Jour | 2024-02-05 |
Date de Publication | 2022-11-01 |
Évaluation | 4.75/5 Total 8 Évaluations |
Développeur | https://gemwallet.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://gemwallet.app |
URL de la Page d'Aide | https://discord.gg/CnkP9KGHBe |
URL de la Page de Politique de Confidentialité | https://gemwallet.app/privacy-policy |
Langues Prises en Charge | 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" } } |