babelConnect

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

ما هو babelConnect؟

babelConnect هو إضافة Chrome تم تطويرها بواسطة babelforce، والميزة الرئيسية لها هي "Add magic automations for your communications. Use automations with calls and messaging in all your favorite web tools.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة babelConnect

قم بتنزيل ملفات الامتداد babelConnect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
}