babelConnect

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

babelConnect क्या है?

babelConnect babelforce द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add magic automations for your communications. Use automations with calls and messaging in all your favorite web tools."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में babelConnect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ 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"
}