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은(는) http://txray.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "🔒The easiest, fastest way to protect your Ethereum wallet."입니다.
확장 프로그램 스크린샷
TX-ray (Beta): Protect Your Wallets 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
⚙️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'" } |