HubSpot + WhatsApp Integration

HubSpot + WhatsApp lets you send messages or use WhatsApp messages to trigger a workflow and much more!

Qu'est-ce que HubSpot + WhatsApp Integration ?

HubSpot + WhatsApp Integration est une extension Chrome développée par Niswey, et sa fonction principale est "HubSpot + WhatsApp lets you send messages or use WhatsApp messages to trigger a workflow and much more!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension HubSpot + WhatsApp Integration

Téléchargez les fichiers d'extension HubSpot + WhatsApp Integration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Integrate your HubSpot with WhatsApp. Send 1:1 WhatsApp messages all from within HubSpot. Record all sales or customer support WhatsApp conversation on HubSpot timeline. Take action based on messages.                    

Informations de Base sur l'Extension

Nom HubSpot + WhatsApp Integration HubSpot + WhatsApp Integration
ID jibboddpcjnedlffmjhjljchdhdnppab
URL Officiel https://chrome.google.com/webstore/detail/hubspot-+-whatsapp-integr/jibboddpcjnedlffmjhjljchdhdnppab
Description HubSpot + WhatsApp lets you send messages or use WhatsApp messages to trigger a workflow and much more!
Taille du Fichier 569 KB
Nombre d'Installations 3,025
Version Actuelle 4.6.26
Dernière Mise à Jour 2023-05-15
Date de Publication 2020-06-14
Évaluation 3.72/5 Total 18 Évaluations
Développeur Niswey
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.niswey.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HubSpot + WhatsApp Integration",
    "short_name": "HW",
    "description": "HubSpot + WhatsApp lets you send messages or use WhatsApp messages to trigger a workflow and much more!",
    "version": "4.6.26",
    "icons": {
        "16": "img\/hubchat16.png",
        "48": "img\/hubchat48.png",
        "128": "img\/hubchat128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.hubspot.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/config.js",
                "scripts\/utility.js",
                "scripts\/app.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/app.getbeamer.com https:\/\/js.pusher.com; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ],
    "options_page": "options\/options.html",
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "img\/*"
    ]
}