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 là gì?

Flowz: Run Your Business On Flowz là một tiện ích mở rộng Chrome được phát triển bởi https://flowz.com, và tính năng chính của nó là "Flowz is the world’s first subscription-based managed services and software platform.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flowz: Run Your Business On Flowz

Tải xuống các tệp mở rộng Flowz: Run Your Business On Flowz dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flowz: Run Your Business On Flowz Flowz: Run Your Business On Flowz
ID ghkdjbpdkhfijaejgkdmamlpmfegkngg
URL Chính Thức https://chromewebstore.google.com/detail/flowz-run-your-business-o/ghkdjbpdkhfijaejgkdmamlpmfegkngg
Mô tả Flowz is the world’s first subscription-based managed services and software platform.
Kích Thước Tệp 46.68 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2020-05-25
Ngày Phát Hành 2020-05-25
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://flowz.com
Loại Thanh Toán free
Trang Web Mở Rộng https://flowz.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}