So Lets Talk Digital - WA Sender - 2

WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more

Qu'est-ce que So Lets Talk Digital - WA Sender - 2 ?

So Lets Talk Digital - WA Sender - 2 est une extension Chrome développée par https://soletstalkapp.com, et sa fonction principale est "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension So Lets Talk Digital - WA Sender - 2

Téléchargez les fichiers d'extension So Lets Talk Digital - WA Sender - 2 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        WAPP Sender and Automation Extension by SoLetsTalkDigital (also known as “SO”) lets you send single or bulk WhatsApp messages to a list of contact numbers.

It lets you send multiple queued messages to any country by uploading a excel file. It supports multiple formatting options like *BOLD* _italic_ ~strikethrough~ & EMOJI available to use inside your WhatsApp messages.

This is not a Free Extension and offers Yearly and Lifetime subscription options at affordable prices for unlimited use. The subscription plans require payment that is processed by Razorpay.
If you like this chrome extension, consider sharing your review with us. Your support will help us make this extension more robust.

For any issues related to the WAPP Sender Extension, then feel free to reach out to us on [email protected].

DISCLAIMER:
This Chrome plugin is not endorsed or certified by WhatsApp Inc and is merely an unofficial enhancement and automation tool that works with WhatsApp for Web.

The privacy of the users is important to us. We don’t broadcast, sell, share or distribute any user collected data. The extension was designed to keep privacy of our users in mind. For more information, read:

SoLetsTalkApp privacy policy: https://soletstalkapp.com/privacy-policy/
Razorpay privacy policy: https://razorpay.com/privacy/                    

Informations de Base sur l'Extension

Nom So Lets Talk Digital - WA Sender - 2 So Lets Talk Digital - WA Sender - 2
ID gkgamkaicnehjggdjfldjmnbjfdbafog
URL Officiel https://chromewebstore.google.com/detail/so-lets-talk-digital-wa-s/gkgamkaicnehjggdjfldjmnbjfdbafog
Description WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
Taille du Fichier 4.58 MB
Nombre d'Installations 13,075
Version Actuelle 2.0.33
Dernière Mise à Jour 2023-11-09
Date de Publication 2020-11-20
Évaluation 3.29/5 Total 7 Évaluations
Développeur https://soletstalkapp.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://soletstalkapp.com
URL de la Page d'Aide https://soletstalkapp.com/contact
URL de la Page de Politique de Confidentialité https://soletstalkdigital.com/pages/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "So Lets Talk Digital - WA Sender - 2",
    "version": "2.0.33",
    "description": "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "contentmin.js"
            ]
        }
    ],
    "action": {
        "default_title": "So Lets Talk Digital - WA Sender - 2",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/lib.css",
                "\/img\/*",
                "flmin.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}