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