Volt for Fluz
Enhances the Fluz Power Portal with additional functionality.
Wat is Volt for Fluz?
Volt for Fluz is een Chrome-extensie ontwikkeld door https://volt.ninja, en de belangrijkste functie is "Enhances the Fluz Power Portal with additional functionality.".
Extensie Screenshots
Download het CRX-bestand van de extensie Volt for Fluz
Download Volt for Fluz-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Export your transactions, gain additional insight, automate common tasks, and more. All within the Fluz Power Portal.
Basisinformatie over de Extensie
Naam | Volt for Fluz |
ID | njdkhkhiaflehligcdfcjokjdijgnaob |
Officiële URL | https://chromewebstore.google.com/detail/volt-for-fluz/njdkhkhiaflehligcdfcjokjdijgnaob |
Beschrijving | Enhances the Fluz Power Portal with additional functionality. |
Bestandsgrootte | 839 KB |
Aantal Installaties | 294 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2023-07-11 |
Publicatiedatum | 2023-02-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://volt.ninja |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://volt.ninja |
Help Pagina-URL | https://help.volt.ninja |
URL van de Privacybeleid Pagina | https://volt.ninja/legal/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Volt for Fluz", "version": "1.0.5", "manifest_version": 3, "description": "Enhances the Fluz Power Portal with additional functionality.", "homepage_url": "https:\/\/volt.ninja", "icons": { "16": "icon16.c1acc056.png", "32": "icon32.b35e8878.png", "48": "icon48.db290701.png", "128": "icon128.d5885843.png" }, "options_ui": { "page": "options.103cf7ad.html", "open_in_tab": true }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/power.fluz.app\/*" ], "js": [ "content.198b9587.js" ], "css": [ "content.285d98ab.css", "content.aaaeea8d.css" ] } ], "web_accessible_resources": [ { "resources": [ "static\/fonts\/Barlow-Bold-Latin.woff2", "static\/fonts\/Barlow-Regular-Latin.woff2", "static\/assets\/icons\/check2-circle.svg", "static\/assets\/icons\/download.svg", "static\/assets\/icons\/exclamation-diamond.svg", "static\/assets\/icons\/exclamation-octagon.svg", "static\/assets\/icons\/exclamation-triangle.svg", "static\/assets\/icons\/flag.svg", "static\/assets\/icons\/heart-fill.svg", "static\/assets\/icons\/send.svg", "static\/assets\/icons\/x-circle.svg" ], "matches": [ "https:\/\/power.fluz.app\/*" ] }, { "matches": [ "https:\/\/power.fluz.app\/*" ], "resources": [ "icon.cc5f2e4a.svg" ] } ] } |