Whatsapp conversation assistant

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

ما هو Whatsapp conversation assistant؟

Whatsapp conversation assistant هو إضافة Chrome تم تطويرها بواسطة http://restsend.com، والميزة الرئيسية لها هي "Efficient Whatsapp conversation assistant, responding to keywords, bulk send to all contacts".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Whatsapp conversation assistant

قم بتنزيل ملفات الامتداد Whatsapp conversation assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://restsend.com/?from=wacrm_chrome
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}