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」です。
拡張機能のスクリーンショット
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 |
ID | hcooeooakmjdicpadmbdoiafoacgjmba |
公式URL | 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 |
Eメール | [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\/*" ] } ] } |