Reunit
The one and only real omnichain wallet
Reunit là gì?
Reunit là một tiện ích mở rộng Chrome được phát triển bởi Everywhere DAO, và tính năng chính của nó là "The one and only real omnichain wallet".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Reunit
Tải xuống các tệp mở rộng Reunit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Reunit Wallet is an open source omnichain cryptocurrency wallet. Here are some of the key features: 1 - Trading terminal included 2 - Cross-chain transfer 3 - Real-time simulation before each transaction / signature 4 - Bulk transfer from multiple blockchains in one click 5 - Hardware wallet supported
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reunit |
ID | nlcccgcedoleehdicpnlnjeccnlfkemh |
URL Chính Thức | https://chromewebstore.google.com/detail/reunit/nlcccgcedoleehdicpnlnjeccnlfkemh |
Mô tả | The one and only real omnichain wallet |
Kích Thước Tệp | 11.99 MB |
Số Lần Cài Đặt | 9,277 |
Phiên Bản Hiện Tại | 2.3.0.1 |
Cập Nhật Lần Cuối | 2024-03-05 |
Ngày Phát Hành | 2023-03-22 |
Đánh Giá | 4.22/5 Tổng số 125 Đánh Giá |
Nhà Phát Triển | Everywhere DAO |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://github.com/EverywhereFinance/reunit_beta_one/blob/main/PRIVACY.md |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Reunit", "version": "2.3.0.1", "description": "The one and only real omnichain wallet", "icons": { "128": "icons\/newIcon.png" }, "host_permissions": [ "*:\/\/*\/*", "file:\/\/\/*" ], "permissions": [ "storage", "unlimitedStorage" ], "action": { "default_title": "Reunit", "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, "background": { "service_worker": "wcc\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/v2_wcc_lib.js", "wcc\/content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/newIcon.png", "js\/v2_wcc_lib.js", "wcc\/detect_QRcode.js", "wcc\/lib_QRCode.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |