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开发的Chrome扩展程序,该扩展的主要功能是“Flowz is the world’s first subscription-based managed services and software platform.”。

扩展截图

screenshot
screenshot
screenshot

下载Flowz: Run Your Business On Flowz扩展crx文件

下载Flowz: Run Your Business On Flowz扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}