WT Bulk Sender
send dynamic messages to your customers automatically through WhatsApp web
Qu'est-ce que WT Bulk Sender ?
WT Bulk Sender est une extension Chrome développée par Ahmed Saeed, et sa fonction principale est "send dynamic messages to your customers automatically through WhatsApp web".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WT Bulk Sender
Téléchargez les fichiers d'extension WT Bulk Sender 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
Connect your customers easily on WhatsApp. avoid the hassle of saving all numbers on your phone. messages will be sent even if numbers are not saved on phonebook. Features: - send customized text message with contact name. - send all types of attachments. - simple & friendly UI and easy to set without too much complicated settings. - Random delay settings and sending in batch. - Full control over the sending process and clear reporting.
Informations de Base sur l'Extension
Nom | WT Bulk Sender |
ID | mmooepamgleadiggncccccalldfjdeha |
URL Officiel | https://chromewebstore.google.com/detail/wt-bulk-sender/mmooepamgleadiggncccccalldfjdeha |
Description | send dynamic messages to your customers automatically through WhatsApp web |
Taille du Fichier | 213 KB |
Nombre d'Installations | 20 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2023-08-14 |
Date de Publication | 2022-12-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Ahmed Saeed |
[email protected] | |
Type de Paiement | in_app |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/ahmed-saeed-privacy-policy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WT Bulk Sender", "description": "send dynamic messages to your customers automatically through WhatsApp web", "version": "1.0.5", "manifest_version": 3, "action": { "default_title": "WT Bulk Sender", "default_icon": { "16": "images\/logo 16.png", "32": "images\/logo 32.png", "48": "images\/logo 48.png", "128": "images\/logo 128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "country_codes.js", "whatsapp.js", "main.js" ] } ], "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "https:\/\/script.google.com\/*", "https:\/\/*.whatsapp.com\/*" ], "web_accessible_resources": [ { "resources": [ "popup.js" ], "matches": [ "https:\/\/script.google.com\/*" ] } ] } |