So Lets Talk Digital - WA Sender

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

什麼是So Lets Talk Digital - WA Sender?

So Lets Talk Digital - WA Sender是由https://soletstalkapp.com開發的Chrome擴展程式,該擴展的主要功能是“WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more”。

擴展截圖

screenshot
screenshot
screenshot

下載So Lets Talk Digital - WA Sender擴展crx文件

下載So Lets Talk Digital - WA Sender擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        WAPP Bulk Messaging 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 csv 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 Bulk Messaging 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/                    

擴展基本資訊

名稱 So Lets Talk Digital - WA Sender So Lets Talk Digital - WA Sender
ID hcooeooakmjdicpadmbdoiafoacgjmba
官方網址 https://chromewebstore.google.com/detail/so-lets-talk-digital-wa-s/hcooeooakmjdicpadmbdoiafoacgjmba
簡介 WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
檔案大小 4.58 MB
安裝次數 9,565
目前版本 5.2.1
更新時間 2023-11-09
上架時間 2020-06-30
評分 4.64/5 共 11 次評分
開發者 https://soletstalkapp.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://soletstalkapp.com
說明頁面URL https://soletstalkapp.com/contact
隱私政策頁面URL https://soletstalkdigital.com/pages/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "So Lets Talk Digital - WA Sender",
    "version": "5.2.1",
    "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",
        "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\/*"
            ]
        }
    ]
}