babelConnect

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

O que é babelConnect?

babelConnect é uma extensão do Chrome desenvolvida por babelforce, e sua principal característica é "Add magic automations for your communications. Use automations with calls and messaging in all your favorite web tools.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão babelConnect

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

                        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.                    

Informações Básicas da Extensão

Nome babelConnect babelConnect
ID doffncgoafdkebbbabbgidkhkiccfolf
URL Oficial https://chromewebstore.google.com/detail/babelconnect/doffncgoafdkebbbabbgidkhkiccfolf
Descrição Add magic automations for your communications. Use automations with calls and messaging in all your favorite web tools.
Tamanho do Arquivo 94.4 KB
Contagem de Instalações 265
Versão Atual 2.1.0
Última Atualização 2023-10-05
Data de Publicação 2019-08-01
Desenvolvedor babelforce
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.babelforce.com/
URL da Página de Ajuda https://www.babelforce.com/contact
Idiomas Suportados 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"
}