Fluvi Wallet
Fluvi
Fluvi Wallet là gì?
Fluvi Wallet là một tiện ích mở rộng Chrome được phát triển bởi FLUVI WALLET, và tính năng chính của nó là "Fluvi".
Ả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 Fluvi Wallet
Tải xuống các tệp mở rộng Fluvi Wallet 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
Welcome to Fluvi Wallet – The Next Wave of Blockchain Wallet! Fluvi Wallet is a convenient and secure browser extension, perfect for everyone from newcomers to power users. Built on Account Abstraction (AA) technology, it offers an intuitive and secure experience. - Ad-powered Transactions to save on network fees - Cross-chain Gas Tank for multichain users - Transaction Cart for sending multiple transactions simultaneously - Routine Store for a variety of convenience features - And more...! Explore Web3.0 with Fluvi Wallet – your intelligent, secure, and user-friendly companion! If you have any questions or need assistance, our in-app bug reporting tool is always ready to help. You can also reach out to us through our Discord Community or at [email protected] for further support.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fluvi Wallet |
ID | mmmjbcfofconkannjonfmjjajpllddbg |
URL Chính Thức | https://chromewebstore.google.com/detail/fluvi-wallet/mmmjbcfofconkannjonfmjjajpllddbg |
Mô tả | Fluvi |
Kích Thước Tệp | 8.44 MB |
Số Lần Cài Đặt | 53,605 |
Phiên Bản Hiện Tại | 0.7.8 |
Cập Nhật Lần Cuối | 2023-12-20 |
Ngày Phát Hành | 2023-06-12 |
Đánh Giá | 2.75/5 Tổng số 83 Đánh Giá |
Nhà Phát Triển | FLUVI WALLET |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://fluviwallet.xyz/ |
URL Trang Trợ Giúp | https://fluviwallet.xyz/ |
URL Trang Chính Sách Bảo Mật | https://fluviwallet.xyz/paper/terms-and-privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Fluvi", "version": "0.7.8", "icons": { "128": "assets\/imgs\/fluvi-icon.png" }, "manifest_version": 3, "action": { "default_icon": { "32": "assets\/imgs\/fluvi-icon.png" }, "default_popup": "popup.html", "default_title": "FLUVI" }, "name": "Fluvi Wallet", "permissions": [ "tabs", "activeTab", "alarms", "clipboardWrite", "notifications", "storage", "unlimitedStorage", "scripting", "identity" ], "background": { "service_worker": "background.bundle.js" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "wss:\/\/*\/*" ], "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+Shift+E", "mac": "Ctrl+Shift+E", "chromeos": "Alt+Shift+F", "linux": "Alt+Shift+E" } } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |