Master Whatsapp Sender
Connect with your customers and grow your business with WhatsApp automation tool
Master Whatsapp Sender क्या है?
Master Whatsapp Sender Marketing Softwares द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connect with your customers and grow your business with WhatsApp automation tool"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Master Whatsapp Sender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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\/*" ] } |