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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}