babelConnect

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

Co to jest babelConnect?

babelConnect to rozszerzenie Chrome opracowane przez babelforce, a jego główną funkcją jest „Add magic automations for your communications. Use automations with calls and messaging in all your favorite web tools.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia babelConnect

Pobierz pliki rozszerzeń babelConnect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa babelConnect babelConnect
ID doffncgoafdkebbbabbgidkhkiccfolf
Oficjalny URL https://chromewebstore.google.com/detail/babelconnect/doffncgoafdkebbbabbgidkhkiccfolf
Opis Add magic automations for your communications. Use automations with calls and messaging in all your favorite web tools.
Rozmiar pliku 94.4 KB
Liczba instalacji 265
Aktualna Wersja 2.1.0
Ostatnia Aktualizacja 2023-10-05
Data Publikacji 2019-08-01
Deweloper babelforce
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.babelforce.com/
Adres URL Strony Pomocy https://www.babelforce.com/contact
Obsługiwane Języki 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"
}