Flowz: Run Your Business On Flowz

Flowz is the world’s first subscription-based managed services and software platform.

What is Flowz: Run Your Business On Flowz?

Flowz: Run Your Business On Flowz is a Chrome extension developed by https://flowz.com, and its main feature is "Flowz is the world’s first subscription-based managed services and software platform.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Flowz: Run Your Business On Flowz Extension CRX File

Download Flowz: Run Your Business On Flowz 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

                        Flowz is the world’s first subscription-based managed services and software platform.

For all Flowz clients, download and install this google chrome extension to easily access your Flowz Customer Portal.

The Flowz google chrome extension will install a one-click icon on your chrome browser and will open up to the customer portal in a new tab.
Stay logged in and quickly submit jobs to any service, start a Flowz Meeting video conference, or access any of the Flowz apps - CRM, Marketing Automation or Invoicing                    

Extension Basic Information

Name Flowz: Run Your Business On Flowz Flowz: Run Your Business On Flowz
ID ghkdjbpdkhfijaejgkdmamlpmfegkngg
Official URL https://chromewebstore.google.com/detail/flowz-run-your-business-o/ghkdjbpdkhfijaejgkdmamlpmfegkngg
Description Flowz is the world’s first subscription-based managed services and software platform.
File Size 46.68 KB
Installation Count 27
Current Version 1.4
Last Updated 2020-05-25
Publish Date 2020-05-25
Rating 1.00/5 Total 1 Ratings
Developer https://flowz.com
Payment Type free
Extension Website https://flowz.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flowz: Run Your Business On Flowz",
    "version": "1.4",
    "description": "Flowz is the world\u2019s first subscription-based managed services and software platform.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "jquery-2.2.4.min.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "flowz-icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/f-icon-16.png",
        "32": "images\/f-icon-32.png",
        "48": "images\/f-icon-48.png",
        "64": "images\/f-icon-64.png",
        "128": "images\/f-icon-128.png"
    }
}