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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้านโยบายความเป็นส่วนตัว | 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\/*" ] } |