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
公式URL 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
Eメール [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": [
                ""
            ]
        }
    ]
}