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文件

下載FlowEQ擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}