OsmWallet - Your XRP wallet.

An XRP Ledger Wallet in your Browser.

Τι είναι το OsmWallet - Your XRP wallet.;

Το OsmWallet - Your XRP wallet. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://osmwallet.io, και η κύρια λειτουργία του είναι "An XRP Ledger Wallet in your Browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης OsmWallet - Your XRP wallet.

Λήψη αρχείων επέκτασης OsmWallet - Your XRP wallet. σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        OsmWallet is a non-custodial wallet for the XRP Ledger. Online shops and website owners can implement a small JavaScript file and start accepting payment from OsmWallet users, on their site. You can find an example on the homepage of our official site.

OsmWallet helps users make payment on various online stores. When a user wants to perform a transaction and write to the blockchain/ledger, the user gets a secure interface to review the transaction, before approving or rejecting it.

OsmWallet Features:
1. Secure – because of encryption: But since it’s a non-custodial wallet, your account is as safe as you can keep it.

2. Fast & Cheap: Since XRP ledger itself is super fast, our application inherits the feature and extends it with a sleek UI. And one of the key features of XRP Ledger is its exceptionally low transaction fees.

3. Multi-account: You can generate/import multiple XRPL account and manage it via OsmWallet.

4. Token Management: Using OsmWallet you can add, edit and remove TrustLine for various XRPL based tokens/currencies.

5. Send/Receive Payments: You can send and receive XRP and XRPL based tokens/currencies directly from OsmWallet and also authorise transactions initiated by 3rd party applications/websites.

6. Deleting your XRPL account: You can delete your XRPL account and recover most of your wallet/account reserve.

7. Token Swap: Swap any XRPL Token with any other XRPL Token - depending upon the available liquidity.

8. XRP Onramp: Crypto onramp now available to everyone inside OsmWallet Swap section.

9. Decentralized Exchange(DEX): Harnessing the built-in DEX of XRP Ledger, we'll be facilitating OsmWallet users to place their trades(buy and sell orders) on the DEX from within the extension.

..other features like setting your profile picture, domain, account label, bookmarking certain transaction, light/dark mode theme, switching between main network and test network, setting your local currency to get current XRP price in that currency etc are all already available in OsmWallet.

OsmWallet is a browser extension, which allows users to store and manage account keys locally, broadcast transactions, send and receive XRPL-based cryptocurrencies and tokens, and securely connect to decentralised applications through a compatible web browser.

OsmWallet is a gateway to XRP Ledger based payments.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα OsmWallet - Your XRP wallet. OsmWallet - Your XRP wallet.
ID kmphdnilpmdejikjdnlbcnmnabepfgkh
Επίσημο URL https://chromewebstore.google.com/detail/osmwallet-your-xrp-wallet/kmphdnilpmdejikjdnlbcnmnabepfgkh
Περιγραφή An XRP Ledger Wallet in your Browser.
Μέγεθος Αρχείου 7.49 MB
Αριθμός Εγκαταστάσεων 988
Τρέχουσα Έκδοση 0.0.8
Τελευταία Ενημέρωση 2023-09-28
Ημερομηνία Δημοσίευσης 2022-06-01
Αξιολόγηση 4.59/5 Συνολικά 32 Αξιολογήσεις
Προγραμματιστής https://osmwallet.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://osmwallet.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://osmwallet.com/
URL της Σελίδας Πολιτικής Απορρήτου https://osmwallet.io/content/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OsmWallet - Your XRP wallet.",
    "description": "An XRP Ledger Wallet in your Browser.",
    "version": "0.0.8",
    "icons": {
        "128": "icon.png",
        "16": "16.png",
        "32": "32.png",
        "64": "64.png",
        "256": "256.png",
        "512": "512.png",
        "1024": "1024.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png",
            "16": "16.png",
            "32": "32.png",
            "64": "64.png",
            "256": "256.png",
            "512": "512.png",
            "1024": "1024.png"
        },
        "default_popup": "index.html#\/popup",
        "default_title": "OsmWallet"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    }
}