Flowz: Run Your Business On Flowz

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

O que é Flowz: Run Your Business On Flowz?

Flowz: Run Your Business On Flowz é uma extensão do Chrome desenvolvida por https://flowz.com, e sua principal característica é "Flowz is the world’s first subscription-based managed services and software platform.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Flowz: Run Your Business On Flowz

Baixe arquivos de extensão Flowz: Run Your Business On Flowz no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Flowz: Run Your Business On Flowz Flowz: Run Your Business On Flowz
ID ghkdjbpdkhfijaejgkdmamlpmfegkngg
URL Oficial https://chromewebstore.google.com/detail/flowz-run-your-business-o/ghkdjbpdkhfijaejgkdmamlpmfegkngg
Descrição Flowz is the world’s first subscription-based managed services and software platform.
Tamanho do Arquivo 46.68 KB
Contagem de Instalações 27
Versão Atual 1.4
Última Atualização 2020-05-25
Data de Publicação 2020-05-25
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor https://flowz.com
Tipo de Pagamento free
Site da Extensão https://flowz.com
Idiomas Suportados 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"
    }
}