TX-ray (Beta): Protect Your Wallets
🔒The easiest, fastest way to protect your Ethereum wallet.
Τι είναι το TX-ray (Beta): Protect Your Wallets;
Το TX-ray (Beta): Protect Your Wallets είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://txray.io, και η κύρια λειτουργία του είναι "🔒The easiest, fastest way to protect your Ethereum wallet.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TX-ray (Beta): Protect Your Wallets
Λήψη αρχείων επέκτασης TX-ray (Beta): Protect Your Wallets σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
⚙️How TX-ray protects your wallet 1. Register your ethereum wallet address you want to keep safe. 2. Generate protection transactions signed by you. - It requires your private key at the signing moment. - We do not send your private key anywhere over the network. - If you want detailed information, please refer to our FAQ (http://txray.io/faq) 3. Lock & Unlock your Ethereum wallet to protect! 🙌 Who is it for? 1. People who have been hacked into their wallets or who are afraid of hacking. 2. People with difficulties in managing their wallets. 3. Investors with large amounts of assets in their wallets. 4. Blockchain developers and people associated with Ethereum. ❓FAQ - http://txray.io/faq Made with ❤️by SOOHO
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | japgcbmdokcibjdencjalgfjeglgbcgc |
Επίσημο URL | https://chrome.google.com/webstore/detail/tx-ray-beta-protect-your/japgcbmdokcibjdencjalgfjeglgbcgc |
Περιγραφή | 🔒The easiest, fastest way to protect your Ethereum wallet. |
Μέγεθος Αρχείου | 6.45 MB |
Αριθμός Εγκαταστάσεων | 15 |
Τρέχουσα Έκδοση | 0.3.3 |
Τελευταία Ενημέρωση | 2020-03-19 |
Ημερομηνία Δημοσίευσης | 2020-03-19 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | http://txray.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://txray.io |
Διεύθυνση URL της Σελίδας Βοήθειας | http://txray.io/faq |
URL της Σελίδας Πολιτικής Απορρήτου | http://txray.io/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "TX-ray", "name": "TX-ray (Beta): Protect Your Wallets", "version": "0.3.3", "description": "\ud83d\udd12The easiest, fastest way to protect your Ethereum wallet.", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html" }, "background": { "scripts": [ "hot-reload.js" ] }, "permissions": [ "identity", "storage" ], "oauth2": { "client_id": "711317100432-ka8sv4bo4jt6fjg2gnagpetsvtvgb9ua.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "content_security_policy": "script-src 'self' 'sha256-f22ekCh8X8zgleKJpb1OYI8oHS4LtmD0C05NqSDFFjc=' https:\/\/www.google-analytics.com; object-src 'self'" } |