OneWallet Kratos Mainnet
OneWallet is the primary wallet for OneLedger's Kratos Mainnet Tokens (OLT)
OneWallet Kratos Mainnet란 무엇입니까?
OneWallet Kratos Mainnet은(는) https://oneledger.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OneWallet is the primary wallet for OneLedger's Kratos Mainnet Tokens (OLT)"입니다.
확장 프로그램 스크린샷
OneWallet Kratos Mainnet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } |