WhatsApp Sidebar

Automatically sync WhatsApp web conversations in your CRM database.

O que é WhatsApp Sidebar?

WhatsApp Sidebar é uma extensão do Chrome desenvolvida por amoCRM LLC, e sua principal característica é "Automatically sync WhatsApp web conversations in your CRM database.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão WhatsApp Sidebar

Baixe arquivos de extensão WhatsApp Sidebar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome WhatsApp Sidebar WhatsApp Sidebar
ID pcpfnlngkfijdehgnngpfkfpifechngf
URL Oficial https://chrome.google.com/webstore/detail/whatsapp-sidebar/pcpfnlngkfijdehgnngpfkfpifechngf
Descrição Automatically sync WhatsApp web conversations in your CRM database.
Tamanho do Arquivo 153 KB
Contagem de Instalações 333
Versão Atual 1.0.2
Última Atualização 2021-09-01
Data de Publicação 2021-07-22
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor amoCRM LLC
Tipo de Pagamento in_app
Site da Extensão https://www.amocrm.com/
Idiomas Suportados 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"
    }
}