WAExpresso - WATexter Best Sender
Send personalized messages to your customer.
WAExpresso - WATexter Best Sender क्या है?
WAExpresso - WATexter Best Sender WA Expresso द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send personalized messages to your customer."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WAExpresso - WATexter Best Sender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
WAExpresso revolutionizes the way you can send messages. Using WAExpresso, you can send personalized messages to your customers / subscribers / students or anyone without saving the contact. Note: The extension will load only once you login to WA web, till then extension waits for the WA to load. Core benefits - Send Personalized message without saving contacts - Send Attachments like Photos / Videos / PDFs and others - Auto Delete the chat after delivery - Send specific message like row 10 to row 20 - Run in Batches - Download reports in Excel - Random delay between messages - Download Group Contacts - Hide conversation / Profile Photos / Chat History / DP - Add default country code - Filter numbers This software is developed only for personal use and not for any other purpose. Disclaimer: -- This Chrome plugin is not endorsed or certified by WhatsApp Inc. -- This software is not to be used against policies of WhatsApp Inc in any manner. -- WAExpresso is not responsible for any kind of misuse or breach of policy of WhatsApp Inc in any manner.
एक्सटेंशन की मूल जानकारी
नाम | WAExpresso - WATexter Best Sender |
ID | igheekoamnhlbcfbjfldnfjedgnpcdha |
आधिकारिक URL | https://chromewebstore.google.com/detail/waexpresso-watexter-best/igheekoamnhlbcfbjfldnfjedgnpcdha |
विवरण | Send personalized messages to your customer. |
फ़ाइल का आकार | 868 KB |
स्थापना संख्या | 8,221 |
वर्तमान संस्करण | 1.3.4 |
अंतिम अपडेट | 2023-03-10 |
प्रकाशन तिथि | 2020-07-05 |
रेटिंग | 4.40/5 कुल 93 रेटिंग्स |
डेवलपर | WA Expresso |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.waexpresso.com |
सहायता पृष्ठ URL | https://www.waexpresso.com/faq.php |
गोपनीयता नीति पृष्ठ URL | https://www.waexpresso.com/privacypolicy.php |
समर्थित भाषाएँ | id,ms,de,en,fr,es,pt-BR,ru,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "manifest_version": 2, "description": "__MSG_extDesc__", "version": "1.3.4", "default_locale": "en", "homepage_url": "https:\/\/www.waexpresso.com", "externally_connectable": { "matches": [ "*:\/\/waexpresso.com\/*", "*:\/\/*.waexpresso.cf\/*", "*:\/\/*.waexpresso.tk\/*" ] }, "background": { "scripts": [ "javascript\/background.js" ] }, "browser_action": { "default_icon": "images\/icon48.png", "default_title": "__MSG_extName__", "default_popup": "views\/popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "css": [], "js": [ "javascript\/jquery-3.5.0.min.js", "javascript\/wa.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_end" } ], "permissions": [ "storage", "unlimitedStorage", "tabs", "contextMenus", "webRequest", "*:\/\/*.whatsapp.com\/*", "*:\/\/*.waexpresso.com\/*", "*:\/\/*.waexpresso.cf\/*", "*:\/\/*.waexpresso.tk\/*" ], "commands": { "toggle-feature": { "suggested_key": { "default": "Ctrl+Shift+W" }, "description": "Send a 'toggle-feature' event" }, "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+W", "mac": "MacCtrl+Shift+W" } } }, "web_accessible_resources": [ "\/_locales\/*", "\/images\/*", "\/lang\/*" ] } |