babelConnect

Add magic automations for your communications. Use automations with calls and messaging in all your favorite web tools.

什么是babelConnect?

babelConnect是由babelforce开发的Chrome扩展程序,该扩展的主要功能是“Add magic automations for your communications. Use automations with calls and messaging in all your favorite web tools.”。

扩展截图

screenshot
screenshot
screenshot

下载babelConnect扩展crx文件

下载babelConnect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Take calls routed to you in your browser. Send business SMS to your customers and contacts. Automatically schedule call-backs and outbound calls.

Use all your babelforce automations anywhere. The chrome extension means you bring your integrated processes with you, whichever web app you are in.

Create integrated sales and service processes for calls, SMS and recordings.

Automated processes work across over nearly 100 different CRM, help desk, Email and communication tools.                    

扩展基本信息

名称 babelConnect babelConnect
ID doffncgoafdkebbbabbgidkhkiccfolf
官方URL https://chromewebstore.google.com/detail/babelconnect/doffncgoafdkebbbabbgidkhkiccfolf
简介 Add magic automations for your communications. Use automations with calls and messaging in all your favorite web tools.
文件大小 94.4 KB
安装次数 265
当前版本 2.1.0
更新时间 2023-10-05
上架时间 2019-08-01
开发者 babelforce
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.babelforce.com/
帮助页面URL https://www.babelforce.com/contact
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "babelConnect",
    "description": "Add magic automations for your communications. Use automations with calls and messaging in all your favorite web tools.",
    "version": "317",
    "background": {
        "scripts": [
            "js\/eventPage.js",
            "js\/lib\/jquery.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/babelforce_darkgrey-icon16.png"
        },
        "default_title": "babelConnect"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery.js",
                "js\/bc-wrapper.js",
                "js\/bc.connect.js",
                "js\/wrapper-api.js",
                "js\/event-click2call.js"
            ],
            "css": [
                "css\/app.css"
            ]
        }
    ],
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "activeTab",
        "webNavigation",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "js\/lib\/jquery.js",
        "js\/wrapper-api.js",
        "js\/bc.connect.js",
        "js\/event-click2call.js",
        "js\/matchers\/**",
        "images\/*",
        "data\/*.json"
    ],
    "version_name": "2.1.0"
}