OneWallet Kratos Mainnet
OneWallet is the primary wallet for OneLedger's Kratos Mainnet Tokens (OLT)
Τι είναι το OneWallet Kratos Mainnet;
Το OneWallet Kratos Mainnet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://oneledger.io, και η κύρια λειτουργία του είναι "OneWallet is the primary wallet for OneLedger's Kratos Mainnet Tokens (OLT)".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης OneWallet Kratos Mainnet
Λήψη αρχείων επέκτασης OneWallet Kratos Mainnet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The OneWallet allows users to make various types of Transactions on the OneLedger Network. Primary Features: 1. Interoperability is one of the prime features of the OneLedger Network, the OneWallet allows users to easily move there ETH from Ethereum to the OneLedger Network 2. Domain Management is another key feature on the OneLedger Network, which is exposed by the OneWallet. Allowing users to take on a user friendly domain name in place of a hexadecimal address for their accounts. Users can send any currency accepted by OneLedger to a Domain. 3. HD Wallet capabilities ensures that the OneWallet is highly secure and completely decentralized. 4. Of course no wallet would be complete without the ability to send tokens. You can manage send tokens from ay currency that OneLedger supports. 5. App Ecosystem, which provides Governance Proposals as a key application for changing the OneLedger Network Release Notes: - Fix for OLT TX type
Βασικές Πληροφορίες Επέκτασης
Όνομα | OneWallet Kratos Mainnet |
ID | bbmdccojdbpcpmoadenplnoncfcijgkn |
Επίσημο URL | https://chromewebstore.google.com/detail/onewallet-kratos-mainnet/bbmdccojdbpcpmoadenplnoncfcijgkn |
Περιγραφή | OneWallet is the primary wallet for OneLedger's Kratos Mainnet Tokens (OLT) |
Μέγεθος Αρχείου | 4.44 MB |
Αριθμός Εγκαταστάσεων | 1,576 |
Τρέχουσα Έκδοση | 2.5.2 |
Τελευταία Ενημέρωση | 2021-11-23 |
Ημερομηνία Δημοσίευσης | 2020-06-08 |
Αξιολόγηση | 4.57/5 Συνολικά 14 Αξιολογήσεις |
Προγραμματιστής | https://oneledger.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.oneledger.io/products/onewallet |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.oneledger.io/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OneWallet Kratos Mainnet", "version": "2.5.2", "description": "OneWallet is the primary wallet for OneLedger's Kratos Mainnet Tokens (OLT)", "manifest_version": 2, "icons": { "128": "ol_logo_kainos_128x128.png", "48": "ol_logo_kainos_48x48.png", "16": "ol_logo_kainos_16x16.png" }, "browser_action": { "default_icon": "ol_logo_kainos_16x16.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "https:\/\/mainnet.infura.io", "https:\/\/raw.githubusercontent.com\/Oneledger\/kratos-genesis\/master\/eth_contract_address", "https:\/\/kratos.oneledger.network", "https:\/\/explorer.kratos.oneledger.network\/", "https:\/\/fullnode-sdk.kratos.oneledger.network\/jsonrpc" ], "background": { "scripts": [ "public\/mainWindow.min.js" ], "persistent": false } } |