GemWallet
GemWallet brings the XRPL to your web browser - https://gemwallet.app
GemWalletคืออะไร?
GemWallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gemwallet.app และคุณลักษณะหลักของมันคือ "GemWallet brings the XRPL to your web browser - https://gemwallet.app"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GemWallet
ดาวน์โหลดไฟล์ส่วนขยาย GemWallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GemWallet |
ID | egebedonbdapoieedfcfkofloclfghab |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gemwallet/egebedonbdapoieedfcfkofloclfghab |
คำอธิบาย | GemWallet brings the XRPL to your web browser - https://gemwallet.app |
ขนาดไฟล์ | 1.26 MB |
จำนวนการติดตั้ง | 4,510 |
เวอร์ชันปัจจุบัน | 3.7.0 |
อัปเดตครั้งล่าสุด | 2024-02-05 |
วันที่เผยแพร่ | 2022-11-01 |
คะแนน | 4.75/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://gemwallet.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gemwallet.app |
URL หน้าช่วยเหลือ | https://discord.gg/CnkP9KGHBe |
URL หน้านโยบายความเป็นส่วนตัว | https://gemwallet.app/privacy-policy |
ภาษาที่รองรับ | 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" } } |