GemWallet
GemWallet brings the XRPL to your web browser - https://gemwallet.app
GemWallet là gì?
GemWallet là một tiện ích mở rộng Chrome được phát triển bởi https://gemwallet.app, và tính năng chính của nó là "GemWallet brings the XRPL to your web browser - https://gemwallet.app".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GemWallet
Tải xuống các tệp mở rộng GemWallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GemWallet |
ID | egebedonbdapoieedfcfkofloclfghab |
URL Chính Thức | https://chromewebstore.google.com/detail/gemwallet/egebedonbdapoieedfcfkofloclfghab |
Mô tả | GemWallet brings the XRPL to your web browser - https://gemwallet.app |
Kích Thước Tệp | 1.26 MB |
Số Lần Cài Đặt | 4,510 |
Phiên Bản Hiện Tại | 3.7.0 |
Cập Nhật Lần Cuối | 2024-02-05 |
Ngày Phát Hành | 2022-11-01 |
Đánh Giá | 4.75/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://gemwallet.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gemwallet.app |
URL Trang Trợ Giúp | https://discord.gg/CnkP9KGHBe |
URL Trang Chính Sách Bảo Mật | https://gemwallet.app/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |