Flowz: Run Your Business On Flowz

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

Flowz: Run Your Business On Flowz क्या है?

Flowz: Run Your Business On Flowz https://flowz.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Flowz is the world’s first subscription-based managed services and software platform."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Flowz: Run Your Business On Flowz एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Flowz: Run Your Business On Flowz Flowz: Run Your Business On Flowz
ID ghkdjbpdkhfijaejgkdmamlpmfegkngg
आधिकारिक URL https://chromewebstore.google.com/detail/flowz-run-your-business-o/ghkdjbpdkhfijaejgkdmamlpmfegkngg
विवरण Flowz is the world’s first subscription-based managed services and software platform.
फ़ाइल का आकार 46.68 KB
स्थापना संख्या 27
वर्तमान संस्करण 1.4
अंतिम अपडेट 2020-05-25
प्रकाशन तिथि 2020-05-25
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर https://flowz.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://flowz.com
समर्थित भाषाएँ 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"
    }
}