Whatsapp Bulk Sender
send dynamic messages to your customers automatically through WhatsApp web
ما هو Whatsapp Bulk Sender؟
Whatsapp Bulk Sender هو إضافة Chrome تم تطويرها بواسطة Ahmed Saeed، والميزة الرئيسية لها هي "send dynamic messages to your customers automatically through WhatsApp web".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Whatsapp Bulk Sender
قم بتنزيل ملفات الامتداد Whatsapp Bulk Sender بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | iinnnhhgejeckhhocdikihlgnfpfiikp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/whatsapp-bulk-sender/iinnnhhgejeckhhocdikihlgnfpfiikp |
الوصف | send dynamic messages to your customers automatically through WhatsApp web |
حجم الملف | 183 KB |
عدد التثبيتات | 81 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2022-08-14 |
تاريخ النشر | 2022-05-04 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Ahmed Saeed |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://autotaskbots.com/downloads/whatsapp-bulk-sender/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whatsapp Bulk Sender", "description": "send dynamic messages to your customers automatically through WhatsApp web", "version": "1.0.3", "manifest_version": 3, "action": { "default_title": "Whatsapp 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:\/\/softwarekeys.herokuapp.com\/*", "https:\/\/*.whatsapp.com\/*" ], "web_accessible_resources": [ { "resources": [ "popup.js" ], "matches": [ "https:\/\/softwarekeys.herokuapp.com\/*" ] } ] } |