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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://discord.gg/CnkP9KGHBe |
عنوان صفحة سياسة الخصوصية | 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" } } |