Whats Auto Send
Chrome Extension that allows you to send WhatsApp messages in bulk
Whats Auto Send क्या है?
Whats Auto Send Jusceir R द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension that allows you to send WhatsApp messages in bulk"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Whats Auto Send एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The "Automated Messaging and File Sending Extension for WhatsApp" is an essential tool for marketers, sales teams, business owners, and anyone looking to automate and optimize their interactions on WhatsApp. With advanced features and an intuitive interface, it provides a convenient solution for streamlining the sending of messages and files, saving time and improving efficiency.
एक्सटेंशन की मूल जानकारी
नाम | Whats Auto Send |
ID | dmehhcjdoejcpoffjpfnhfglcacofmdn |
आधिकारिक URL | https://chromewebstore.google.com/detail/whats-auto-send/dmehhcjdoejcpoffjpfnhfglcacofmdn |
विवरण | Chrome Extension that allows you to send WhatsApp messages in bulk |
फ़ाइल का आकार | 504 KB |
स्थापना संख्या | 54 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2023-07-03 |
प्रकाशन तिथि | 2023-06-28 |
डेवलपर | Jusceir R |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
समर्थित भाषाएँ | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Whats Auto Send", "version": "1.0.2", "action": { "default_icon": { "16": "icons\/img.png", "32": "icons\/img.png", "48": "icons\/img.png", "64": "icons\/img.png", "128": "icons\/img.png" }, "default_popup": "popup.html", "default_title": "WAS" }, "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "icons\/wtf16.png", "32": "icons\/wtf32.png", "48": "icons\/wtf48.png", "64": "icons\/wtf64.png", "128": "icons\/wtf128.png" }, "author": "[email protected]", "content_scripts": [ { "js": [ "js\/content_script.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "https:\/\/web.whatsapp.com\/*" ] }, "homepage_url": "https:\/\/w-a-s.web.app\/", "options_ui": { "open_in_tab": false, "page": "options.html" }, "permissions": [ "activeTab", "storage" ], "short_name": "WAS", "storage": { "managed_schema": "schema.json" }, "web_accessible_resources": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "resources": [ "js\/wa-js.js" ] } ] } |