Fluvi Wallet
Fluvi
Qu'est-ce que Fluvi Wallet ?
Fluvi Wallet est une extension Chrome développée par FLUVI WALLET, et sa fonction principale est "Fluvi".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fluvi Wallet
Téléchargez les fichiers d'extension Fluvi Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Fluvi Wallet |
ID | mmmjbcfofconkannjonfmjjajpllddbg |
URL Officiel | https://chromewebstore.google.com/detail/fluvi-wallet/mmmjbcfofconkannjonfmjjajpllddbg |
Description | Fluvi |
Taille du Fichier | 8.44 MB |
Nombre d'Installations | 53,605 |
Version Actuelle | 0.7.8 |
Dernière Mise à Jour | 2023-12-20 |
Date de Publication | 2023-06-12 |
Évaluation | 2.75/5 Total 83 Évaluations |
Développeur | FLUVI WALLET |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://fluviwallet.xyz/ |
URL de la Page d'Aide | https://fluviwallet.xyz/ |
URL de la Page de Politique de Confidentialité | https://fluviwallet.xyz/paper/terms-and-privacy |
Langues Prises en Charge | 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:\/\/*\/*", " |