FlowEQ

Interactive decision trees, workflow automation, troubleshooting

FlowEQ란 무엇입니까?

FlowEQ은(는) https://floweq.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Interactive decision trees, workflow automation, troubleshooting"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

FlowEQ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!)                    

확장 프로그램 기본 정보

이름 FlowEQ FlowEQ
ID jjpbmhclcdmlnnmdpbklfilfkdgmagno
공식 URL https://chromewebstore.google.com/detail/floweq/jjpbmhclcdmlnnmdpbklfilfkdgmagno
설명 Interactive decision trees, workflow automation, troubleshooting
파일 크기 320 KB
설치 횟수 976
현재 버전 2.1.0
최근 업데이트 2022-09-18
출시 날짜 2019-10-03
평점 5.00/5 총 4 개의 평점
개발자 https://floweq.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.floweq.com
도움말 페이지 URL https://www.floweq.com/company/resources
지원되는 언어 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
}