GemWallet

GemWallet brings the XRPL to your web browser - https://gemwallet.app

GemWallet क्या है?

GemWallet https://gemwallet.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GemWallet brings the XRPL to your web browser - https://gemwallet.app"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GemWallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}