Volt for Fluz

Enhances the Fluz Power Portal with additional functionality.

What is Volt for Fluz?

Volt for Fluz is a Chrome extension developed by https://volt.ninja, and its main feature is "Enhances the Fluz Power Portal with additional functionality.".

Extension Screenshots

screenshot
screenshot

Download Volt for Fluz Extension CRX File

Download Volt for Fluz extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Volt for Fluz Volt for Fluz
ID njdkhkhiaflehligcdfcjokjdijgnaob
Official URL https://chromewebstore.google.com/detail/volt-for-fluz/njdkhkhiaflehligcdfcjokjdijgnaob
Description Enhances the Fluz Power Portal with additional functionality.
File Size 839 KB
Installation Count 294
Current Version 1.0.5
Last Updated 2023-07-11
Publish Date 2023-02-27
Rating 5.00/5 Total 1 Ratings
Developer https://volt.ninja
Email [email protected]
Payment Type free
Extension Website https://volt.ninja
Help Page URL https://help.volt.ninja
Privacy Policy Page URL https://volt.ninja/legal/privacy
Supported Languages 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"
            ]
        }
    ]
}