FlowEQ

Interactive decision trees, workflow automation, troubleshooting

O que é FlowEQ?

FlowEQ é uma extensão do Chrome desenvolvida por https://floweq.com, e sua principal característica é "Interactive decision trees, workflow automation, troubleshooting".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FlowEQ

Baixe arquivos de extensão FlowEQ 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

                        FlowEQ is the trusted provider of workflow automation for teams that need to accelerate their work, especially complex processes and high-volume workflows that require human judgment, expertise or empathy at key moments. The FlowEQ Workflow Acceleration Platform includes interactive decision trees that are used by customer support, operations and product teams across all industries to improve accuracy and speed up important recurring work. Using FlowEQ customers get through high-stake recurring workflows 10x faster, saving their companies time and money every day.

Our solution includes Smart Flows, Accelerators and Pre-built Connectors to the most popular business applications.

For additional information, visit www.floweq.com.

(By the way, our company used to be called BrightReps and our decision trees were called Sidekick – so if you’re looking for either of those you are in the right place!)                    

Informações Básicas da Extensão

Nome FlowEQ FlowEQ
ID jjpbmhclcdmlnnmdpbklfilfkdgmagno
URL Oficial https://chromewebstore.google.com/detail/floweq/jjpbmhclcdmlnnmdpbklfilfkdgmagno
Descrição Interactive decision trees, workflow automation, troubleshooting
Tamanho do Arquivo 320 KB
Contagem de Instalações 976
Versão Atual 2.1.0
Última Atualização 2022-09-18
Data de Publicação 2019-10-03
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://floweq.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.floweq.com
URL da Página de Ajuda https://www.floweq.com/company/resources
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlowEQ",
    "version": "2.1.0",
    "description": "Interactive decision trees, workflow automation, troubleshooting",
    "permissions": [
        "activeTab",
        "background",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.brightreps.com\/*",
        "https:\/\/*.floweq.com\/*",
        "https:\/\/*.freshdesk.com\/*",
        "https:\/\/*.kustomerapp.com\/*",
        "https:\/\/*.hubspot.com\/*",
        "https:\/\/*.lightning.force.com\/*",
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.zendesk.com\/*",
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/Logo_Circle_Outline_Grey_16.png",
            "32": "images\/Logo_Circle_Outline_Grey_32.png",
            "48": "images\/Logo_Circle_Outline_Grey_48.png",
            "128": "images\/Logo_Circle_Outline_Grey_128.png"
        }
    },
    "icons": {
        "16": "images\/Logo_Circle_Outline_Blue_16.png",
        "32": "images\/Logo_Circle_Outline_Blue_32.png",
        "48": "images\/Logo_Circle_Outline_Blue_48.png",
        "128": "images\/Logo_Circle_Outline_Blue_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}