WhatsApp Sidebar

Automatically sync WhatsApp web conversations in your CRM database.

WhatsApp Sidebar क्या है?

WhatsApp Sidebar amoCRM LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically sync WhatsApp web conversations in your CRM database."।

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

screenshot
screenshot

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

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

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

                        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.                    

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

नाम WhatsApp Sidebar WhatsApp Sidebar
ID pcpfnlngkfijdehgnngpfkfpifechngf
आधिकारिक URL https://chrome.google.com/webstore/detail/whatsapp-sidebar/pcpfnlngkfijdehgnngpfkfpifechngf
विवरण Automatically sync WhatsApp web conversations in your CRM database.
फ़ाइल का आकार 153 KB
स्थापना संख्या 333
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2021-09-01
प्रकाशन तिथि 2021-07-22
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर amoCRM LLC
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.amocrm.com/
समर्थित भाषाएँ 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"
    }
}