Whatsapp Sync: HubSpot + Whatsapp Integration

Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers

Whatsapp Sync: HubSpot + Whatsapp Integration क्या है?

Whatsapp Sync: HubSpot + Whatsapp Integration http://treble.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Whatsapp Sync: HubSpot + Whatsapp Integration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        WhatsApp Sync integrates all the power of Hubspot CRM with WhatsApp Web, allowing sales and support agents to perform simple Hubspot tasks without exiting WhatsApp conversations.

Store all the conversations exchanged with leads and customers directly on Hubspot, keeping track of sales and customer service activities without losing any valuable information for your business.                    

एक्सटेंशन की मूल जानकारी

नाम Whatsapp Sync: HubSpot + Whatsapp Integration Whatsapp Sync: HubSpot + Whatsapp Integration
ID bnhabmgplccdipbnahndkojljepoijck
आधिकारिक URL https://chrome.google.com/webstore/detail/whatsapp-sync-hubspot-+-w/bnhabmgplccdipbnahndkojljepoijck
विवरण Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers
फ़ाइल का आकार 1.71 MB
स्थापना संख्या 3,000
वर्तमान संस्करण 2.2.3
अंतिम अपडेट 2021-12-09
प्रकाशन तिथि 2020-11-18
रेटिंग 4.00/5 कुल 11 रेटिंग्स
डेवलपर http://treble.ai
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.2.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/web.whatsapp.com\/*",
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "hubspot.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "src\/api\/bg_page.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html",
        "default_title": "treble.ai settings"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "background"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "src\/*.js",
        "hubspot.css",
        "assets\/*",
        "jquery.js",
        "static\/*"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/web.whatsapp.com\/*",
            "https:\/\/web.whatsapp.com\/*"
        ]
    }
}