Volt for Fluz
Enhances the Fluz Power Portal with additional functionality.
Was ist Volt for Fluz?
Volt for Fluz ist eine Chrome-Erweiterung, die von https://volt.ninja entwickelt wurde, und ihr Hauptmerkmal ist "Enhances the Fluz Power Portal with additional functionality.".
Erweiterungsscreenshots
Volt for Fluz-Erweiterungs-CRX-Datei herunterladen
Laden Sie Volt for Fluz-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Export your transactions, gain additional insight, automate common tasks, and more. All within the Fluz Power Portal. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | njdkhkhiaflehligcdfcjokjdijgnaob |
| Offizielle URL | https://chromewebstore.google.com/detail/volt-for-fluz/njdkhkhiaflehligcdfcjokjdijgnaob |
| Beschreibung | Enhances the Fluz Power Portal with additional functionality. |
| Dateigröße | 839 KB |
| Installationsanzahl | 294 |
| Aktuelle Version | 1.0.5 |
| Letztes Update | 2023-07-11 |
| Veröffentlichungsdatum | 2023-02-27 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://volt.ninja |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://volt.ninja |
| Hilfeseite URL | https://help.volt.ninja |
| URL der Datenschutzrichtlinien-Seite | https://volt.ninja/legal/privacy |
| Unterstützte Sprachen | 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"
]
}
]
} | |