Hippo Wallet
Hippo Wallet Web Browser Extension.
Hippo Walletคืออะไร?
Hippo Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย blockchaincommodities.team และคุณลักษณะหลักของมันคือ "Hippo Wallet Web Browser Extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hippo Wallet
ดาวน์โหลดไฟล์ส่วนขยาย Hippo Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hippo Wallet is a universal non-custodial app for cryptocurrencies. Send, receive and store your cryptocurrencies in one secure wallet. You can import and generate your crypto wallets safely with the Hippo Wallet mobile app. Hippo Wallet provides a secure system that makes it simple to work with multiple cryptocurrencies on your device. Manage your cryptocurrencies, with more coins and tokens being added along with additional wallet capabilities in the future! MULTICURRENCY CRYPTO WALLET You can store and manage your favorite digital currencies in our multi-coin or single-coin wallets. EASY TO USE Secure, manage and exchange your cryptos right in your hand! manage your crypto portfolio on a user-friendly application. The app is fully optimized for your device. PRIVATE AND SECURE Hippo Wallet is a fully decentralized non-custodial wallet. Your Recovery Phrase holds the keys to your crypto and no one can gain access to your funds except you. Hippo Wallet does not store any of your personal information nor able to restore your backup and passwords. As a result, Hippo Wallet Team never has access to your funds. Besides, you can enable Touch ID to access the crypto storage without having to type the password every time. EXCHANGE INSTANTLY Send and receive Bitcoin, Ethereum, and Cardano instantly just in one click. No external services are needed. SUPPORTED COINS Bitcoin (BTC) Ethereum (ETH) Cardano (ADA) TRON (TRX) Binance Coin (BNB) Dogecoin (DOGE) Litecoin (LTC) Bitcoin Cash (BCH) ERC20, TRC20, and BEP20 TOKENS And more already on board… Hippo Wallet powered by Blockchain Commodities.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hippo Wallet |
ID | hddkffjleepiafmkhcneldjipkfkkofk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hippo-wallet/hddkffjleepiafmkhcneldjipkfkkofk |
คำอธิบาย | Hippo Wallet Web Browser Extension. |
ขนาดไฟล์ | 13.52 MB |
จำนวนการติดตั้ง | 240 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2024-01-02 |
วันที่เผยแพร่ | 2023-07-02 |
คะแนน | 4.11/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | blockchaincommodities.team |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://hippowallet.io/ |
URL หน้าช่วยเหลือ | https://blockchaincommodities.atlassian.net/servicedesk/customer/portal/1 |
URL หน้านโยบายความเป็นส่วนตัว | https://hippowallet.io/privacy-policy-of-hippo-wallet |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hippo Wallet", "short_name": "Hippo Wallet", "start_url": ".", "display": "standalone", "background_color": "#0175C2", "theme_color": "#0175C2", "description": "Hippo Wallet Web Browser Extension.", "orientation": "portrait-primary", "version": "1.2.0", "icons": { "16": "icons\/Icon-16.png", "32": "icons\/Icon-32.png", "48": "icons\/Icon-48.png", "128": "icons\/Icon-128.png" }, "prefer_related_applications": false, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval' ; object-src 'self'" }, "action": { "default_popup": "index.html", "default_icon": "icons\/Icon-maskable-192.png" }, "background": { "service_worker": "bundled_background.js" }, "web_accessible_resources": [ { "resources": [ "icons\/transparent.png" ], "matches": [ "*:\/\/*.hippowallet.io\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.hippowallet.io\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/localhost\/*", "http:\/\/127.0.0.1\/*", "http:\/\/[::1]\/*" ], "run_at": "document_start", "js": [ "dapp.js" ] } ], "manifest_version": 3 } |