Master Whatsapp Sender
Connect with your customers and grow your business with WhatsApp automation tool
ما هو Master Whatsapp Sender؟
Master Whatsapp Sender هو إضافة Chrome تم تطويرها بواسطة Marketing Softwares، والميزة الرئيسية لها هي "Connect with your customers and grow your business with WhatsApp automation tool".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Master Whatsapp Sender
قم بتنزيل ملفات الامتداد Master Whatsapp Sender بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
WA Web Sender is a free google chrome extension to send WhatsApp messages to multiple contacts for free. It allows you to send messages to saved/unsaved contacts with attachments likes pictures, audio, videos and documents. ... - Add Contacts Manually or Copy-Paste or upload a CSV - Allows You To Download Group Contacts.
معلومات أساسية عن التمديد
الاسم | |
ID | jjddcfoojdclhjamghnooiioeacpblhi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/master-whatsapp-sender/jjddcfoojdclhjamghnooiioeacpblhi |
الوصف | Connect with your customers and grow your business with WhatsApp automation tool |
حجم الملف | 801 KB |
عدد التثبيتات | 61 |
النسخة الحالية | 2.0 |
آخر تحديث | 2021-10-01 |
تاريخ النشر | 2021-10-01 |
المطور | Marketing Softwares |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing |
اللغات المدعومة | id,en,en-US,es,pt-BR,hi |
manifest.json | |
{ "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Master Whatsapp Sender", "version": "2.0", "default_locale": "en", "description": "__MSG_Desc__", "icons": { "16": "logo\/small.png", "48": "logo\/medium.png", "128": "logo\/large.png" }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "js\/jquery.js", "js\/content.js" ], "css": [ "css\/content.css" ] } ], "web_accessible_resources": [ "\/logo\/*" ], "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "Master Whatsapp Sender" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "storage", "notifications", "tabs", "identity", "identity.email", "https:\/\/hsdigitalsolution.in\/*" ] } |