WhatsApp Sidebar

Automatically sync WhatsApp web conversations in your CRM database.

Qu'est-ce que WhatsApp Sidebar ?

WhatsApp Sidebar est une extension Chrome développée par amoCRM LLC, et sa fonction principale est "Automatically sync WhatsApp web conversations in your CRM database.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension WhatsApp Sidebar

Téléchargez les fichiers d'extension WhatsApp Sidebar 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

                        No matter where you communicate with potential customers — email, phone, WhatsApp, Facebook and more — with amoCRM, you can capture all of those conversations in a single, unified client profile. This Chrome extension syncs chats in WhatsApp web and allows you to import past messages, take notes and send chat templates.                    

Informations de Base sur l'Extension

Nom WhatsApp Sidebar WhatsApp Sidebar
ID pcpfnlngkfijdehgnngpfkfpifechngf
URL Officiel https://chrome.google.com/webstore/detail/whatsapp-sidebar/pcpfnlngkfijdehgnngpfkfpifechngf
Description Automatically sync WhatsApp web conversations in your CRM database.
Taille du Fichier 153 KB
Nombre d'Installations 333
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-09-01
Date de Publication 2021-07-22
Évaluation 5.00/5 Total 2 Évaluations
Développeur amoCRM LLC
Type de Paiement in_app
Site Web de l'Extension https://www.amocrm.com/
Langues Prises en Charge en,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp Sidebar",
    "description": "Automatically sync WhatsApp web conversations in your CRM database.",
    "version": "1.0.2",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.amocrm.com\/",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.amocrm.ru\/*\/*",
        "https:\/\/*.amocrm.com\/*\/*",
        "https:\/\/web.whatsapp.com\/*",
        "https:\/\/sidebarwa.amocrm.com\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sidebar.html",
                "injection.js",
                "overlay.html",
                "global_styles.css"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "64": "images\/64x64.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "64": "images\/64x64.png",
        "128": "images\/128x128.png"
    }
}