Whatsapp conversation assistant

Efficient Whatsapp conversation assistant, responding to keywords, bulk send to all contacts

What is Whatsapp conversation assistant?

Whatsapp conversation assistant is a Chrome extension developed by http://restsend.com, and its main feature is "Efficient Whatsapp conversation assistant, responding to keywords, bulk send to all contacts".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Whatsapp conversation assistant Extension CRX File

Download Whatsapp conversation assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The WhatsApp conversation assistant (EfficientChat) helps you manage customers on WhatsApp, record customer details, automatically respond, bulk send to all contacts.

- 🐱‍🏍Send messages to contacts in bulk
- 💹Retain new customers & improve work efficiency
- 🥂Create personalized welcome messages
- 🎡Keyword-based auto reply
- 🥓Clear conversation sidebar
- 🍕Tagging customers
- 💥Automatically generate customer notes timeline

-  There are more...
-  You don't need to log in and use it directly.
-  You don't need to understand any code. We have finished all the work and just use it directly.

Install it and use it for free now. ☕                    

Extension Basic Information

Name Whatsapp conversation assistant Whatsapp conversation assistant
ID eenhicjcpdmekjnbiohohhiddkgloeam
Official URL https://chrome.google.com/webstore/detail/whatsapp-conversation-ass/eenhicjcpdmekjnbiohohhiddkgloeam
Description Efficient Whatsapp conversation assistant, responding to keywords, bulk send to all contacts
File Size 473 KB
Installation Count 102
Current Version 1.0.8
Last Updated 2022-01-08
Publish Date 2021-08-10
Rating 4.00/5 Total 1 Ratings
Developer http://restsend.com
Email [email protected]
Payment Type free
Extension Website https://restsend.com/?from=wacrm_chrome
Privacy Policy Page URL https://restsend.com/privacy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whatsapp conversation assistant",
    "description": "Efficient Whatsapp conversation assistant, responding to keywords, bulk send to all contacts",
    "homepage_url": "https:\/\/restsend.com\/?from=webstore_chrome",
    "version": "1.0.8",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "64": "icons\/icon_64.png",
        "96": "icons\/icon_96.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.js",
                "waext.js",
                "fonts\/*",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}