Whatsapp conversation assistant

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

什麼是Whatsapp conversation assistant?

Whatsapp conversation assistant是由http://restsend.com開發的Chrome擴展程式,該擴展的主要功能是“Efficient Whatsapp conversation assistant, responding to keywords, bulk send to all contacts”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Whatsapp conversation assistant擴展crx文件

下載Whatsapp conversation assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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. ☕                    

擴展基本資訊

名稱 Whatsapp conversation assistant Whatsapp conversation assistant
ID eenhicjcpdmekjnbiohohhiddkgloeam
官方網址 https://chrome.google.com/webstore/detail/whatsapp-conversation-ass/eenhicjcpdmekjnbiohohhiddkgloeam
簡介 Efficient Whatsapp conversation assistant, responding to keywords, bulk send to all contacts
檔案大小 473 KB
安裝次數 102
目前版本 1.0.8
更新時間 2022-01-08
上架時間 2021-08-10
評分 4.00/5 共 1 次評分
開發者 http://restsend.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://restsend.com/?from=wacrm_chrome
隱私政策頁面URL https://restsend.com/privacy.html
支援的語言 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": [
                ""
            ]
        }
    ]
}