wa office
Send WhatsApp messages to a single user or to multiple users in bulk without saving number.
wa office क्या है?
wa office info.r2dclub द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send WhatsApp messages to a single user or to multiple users in bulk without saving number."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में wa office एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The most extensive "WA office" Send Whatsapp message to a single user or to multiple users in bulk without saving number. Try our simple WhatsApp marketing solution that allows you send single message and send messages to Whatsapp multiple users without limit, our "WA office" software got you covered without worries. Our "WA office" With this, you can : ✔ Send messages to WhatsApp contacts even if they are not in your contact. ✔ Download bulk contacts from WhatsApp groups in CSV format. ✔ No more manually sending messages to your customers or friends one by one. ✔ Also, Send attachments along with text messages. ✔ Also, Send personalized messages. For your WhatsApp account's safety, please : - Do not send more than 50 messages at once - Do not send more than 500 messages in a day - Simply do not spam users with unwanted messages Disclaimer: This "WA office" Chrome Extension (plugin) is not affiliated or certified WhatsApp . This is an unofficial enhancement for WhatsApp Web. If WhatsApp makes any changes to their products, we will try our best to keep ourselves upto date, but we cannot guarantee being able to serve in all cases. *Tested to work on "WA office" Chrome browser Extension
एक्सटेंशन की मूल जानकारी
नाम | wa office |
ID | eckejcgmjkneoleihfamdpeaodjpphaa |
आधिकारिक URL | https://chromewebstore.google.com/detail/wa-office/eckejcgmjkneoleihfamdpeaodjpphaa |
विवरण | Send WhatsApp messages to a single user or to multiple users in bulk without saving number. |
फ़ाइल का आकार | 2.03 MB |
स्थापना संख्या | 679 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2020-07-08 |
प्रकाशन तिथि | 2020-07-03 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | info.r2dclub |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.r2media.in/Privacy-Policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "wa office", "version": "1.1", "description": "Send WhatsApp messages to a single user or to multiple users in bulk without saving number.", "permissions": [ "tabs", "activeTab", "downloads", "notifications", "storage", "*:\/\/r2media.in\/*" ], "browser_action": { "default_icon": { "16": "images\/default_icon_16.png", "24": "images\/default_icon_24.png", "32": "images\/default_icon_32.png", "48": "images\/default_icon_48.png", "128": "images\/default_icon_128.png" }, "default_title": "wa office" }, "icons": { "16": "images\/default_icon_16.png", "24": "images\/default_icon_24.png", "32": "images\/default_icon_32.png", "48": "images\/default_icon_48.png", "128": "images\/default_icon_128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "libs\/jquery-3.1.1.min.js", "js\/consts.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "libs\/jquery-3.1.1.min.js", "contentscript\/content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/*" ], "manifest_version": 2 } |