Volt for Fluz

Enhances the Fluz Power Portal with additional functionality.

Hvad er Volt for Fluz?

Volt for Fluz er en Chrome-udvidelse udviklet af https://volt.ninja, og dens hovedfunktion er "Enhances the Fluz Power Portal with additional functionality.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Volt for Fluz-udvidelses-CRX-fil

Download Volt for Fluz-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Export your transactions, gain additional insight, automate common tasks, and more. All within the Fluz Power Portal.                    

Grundlæggende oplysninger om udvidelsen

Navn Volt for Fluz Volt for Fluz
ID njdkhkhiaflehligcdfcjokjdijgnaob
Officiel URL https://chromewebstore.google.com/detail/volt-for-fluz/njdkhkhiaflehligcdfcjokjdijgnaob
Beskrivelse Enhances the Fluz Power Portal with additional functionality.
Filstørrelse 839 KB
Antal Installationer 294
Nuværende Version 1.0.5
Senest Opdateret 2023-07-11
Udgivelsesdato 2023-02-27
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://volt.ninja
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://volt.ninja
Hjælpeside-URL https://help.volt.ninja
URL til Fortrolighedspolitik Side https://volt.ninja/legal/privacy
Understøttede Sprog 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"
            ]
        }
    ]
}