FlowEQ

Interactive decision trees, workflow automation, troubleshooting

Τι είναι το FlowEQ;

Το FlowEQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://floweq.com, και η κύρια λειτουργία του είναι "Interactive decision trees, workflow automation, troubleshooting".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης FlowEQ

Λήψη αρχείων επέκτασης 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
Επίσημο 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
}