Jaxx Liberty
Unifying the Blockchain Wallet experience across devices.
Τι είναι το Jaxx Liberty;
Το Jaxx Liberty είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Decentral Inc., και η κύρια λειτουργία του είναι "Unifying the Blockchain Wallet experience across devices.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Jaxx Liberty
Λήψη αρχείων επέκτασης Jaxx Liberty σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Buy, exchange and manage over 80 cryptocurrencies like Bitcoin, Ethereum, Litecoin, Dash and Bitcoin Cash. Jaxx Liberty is more than a cryptocurrency wallet. With features including cryptocurrency holdings, pricing, news and rewards all in the same app, it's a one-stop gateway to manage your wealth. It is available and synced across Android, iOS, macOS, Windows, Linux and the Chrome browser. *Features* - Buy module: Want more cryptocurrency? You can now buy instantly with your credit card - Trade module: Instantly buy and sell supported cryptocurrencies with third-party apps like Changelly and ShapeShift that are built in the app. - Holdings module: Check out your asset balance, track individual coins and tokens, and follow value changes over the last hour, day, week and month. - News module: Your aggregated launchpad for the latest blockchain and crypto news. - Pricing Module: Price moves, market caps and trends at your fingertips. - Block explorers: Track balance and transaction data. *Security* Get started with an industry-standard 12-word backup phrase that is portable to and from other wallets. Sensitive information like your backup phrase and private keys are never stored anywhere but your device. Jaxx Liberty is a non-custodial wallet, which means you own the keys. You're in control. We can’t even access them. To further protect your data, we took extra security measures by encrypting core wallet data using bank grade encryption (AES-256 encryption enhanced by 5000 rounds of pbkdf2 password hashing) after you set a password. Hierarchical Deterministic (HD) wallet support further safeguards your privacy rights wherever feasible. *Support* We’re here to help! Connect by email or social media with free, world-class support from our user success team. For more information, visit https://jaxx.io/
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | cjelfplplebdjjenllpjcblmjkfcffne |
Επίσημο URL | https://chrome.google.com/webstore/detail/jaxx-liberty/cjelfplplebdjjenllpjcblmjkfcffne |
Περιγραφή | Unifying the Blockchain Wallet experience across devices. |
Μέγεθος Αρχείου | 17.77 MB |
Αριθμός Εγκαταστάσεων | 42,571 |
Τρέχουσα Έκδοση | 3.0.0.0 |
Τελευταία Ενημέρωση | 2022-06-21 |
Ημερομηνία Δημοσίευσης | 2020-06-30 |
Αξιολόγηση | 3.84/5 Συνολικά 145 Αξιολογήσεις |
Προγραμματιστής | Decentral Inc. |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://jaxx.io |
Διεύθυνση URL της Σελίδας Βοήθειας | https://support.decentral.ca/hc/en-us |
URL της Σελίδας Πολιτικής Απορρήτου | https://jaxx.io/legal/terms-current |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jaxx Liberty", "short_name": "Jaxx Liberty", "version": "3.0.0.0", "manifest_version": 2, "description": "Unifying the Blockchain Wallet experience across devices.", "permissions": [ "background", "clipboardRead", "clipboardWrite", "storage", "https:\/\/*.jaxx.io\/", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/assets.customer.io 'unsafe-eval' 'sha256-\/qm\/uY2rxovm2ZdCIHwWynYpWHtknUKsaTsGZhkygXg=' 'sha256-rguhoFTKAT7RshNLFqnt+lZ7cAYSANT+KCATH7u3Gjw=' 'sha256-wVNcX489dVKBCPIePcUtYLcWhj2aqrY4MBbALWklEEY='; object-src 'self'", "icons": { "16": "assets\/img\/icons\/icon16.png", "48": "assets\/img\/icons\/icon48.png", "128": "assets\/img\/icons\/icon128.png" }, "browser_action": { "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |