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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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": [
                ""
            ]
        }
    ]
}