Whatsapp conversation assistant

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

Cos'è Whatsapp conversation assistant?

Whatsapp conversation assistant è un'estensione di Chrome sviluppata da http://restsend.com, e la sua funzione principale è "Efficient Whatsapp conversation assistant, responding to keywords, bulk send to all contacts".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Whatsapp conversation assistant

Scarica i file di estensione Whatsapp conversation assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Whatsapp conversation assistant Whatsapp conversation assistant
ID eenhicjcpdmekjnbiohohhiddkgloeam
URL Ufficiale https://chrome.google.com/webstore/detail/whatsapp-conversation-ass/eenhicjcpdmekjnbiohohhiddkgloeam
Descrizione Efficient Whatsapp conversation assistant, responding to keywords, bulk send to all contacts
Dimensione del File 473 KB
Conteggio Installazioni 102
Versione Corrente 1.0.8
Ultimo Aggiornamento 2022-01-08
Data di Pubblicazione 2021-08-10
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore http://restsend.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://restsend.com/?from=wacrm_chrome
URL della Pagina della Politica sulla Privacy https://restsend.com/privacy.html
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}