WA Automation (WAMate)

Automation for WhatsApp™, contacts manager with labels, nocode workflow, bulk send

WA Automation (WAMate) क्या है?

WA Automation (WAMate) RestSend द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automation for WhatsApp™, contacts manager with labels, nocode workflow, bulk send"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WA Automation (WAMate) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        WhatsApp™ Contacts Manage or Bulk Send with labels.
Run workflow on WhatsApp™ web, automatically reply or send to Webhook, send bulk messages, ✨No-Code✨ Required.

-  🎉 Manage your contacts with labels, fast and efficient 
-  🤖 Drag and drop to configure a powerful Workflow
- 🎉 Send a welcome message, which is especially useful when new members join the group
- 😀 Reply to your conversations according to keywords, graphical conversation chat configuration, the process is very clear and simple
-  ✨Send bulk messages, even pictures
-  💪 Powerful repetitive sending, you can send the message and content you want every day or according to the working day
-  🔥 Free, No-Code Required.

-----------------------------
WhatsApp is a trademark of WhatsApp LLC. This extension is an unofficial enhancement for WhatsApp™ Web and is not related in any way to WhatsApp LLC.                    

एक्सटेंशन की मूल जानकारी

नाम WA Automation (WAMate) WA Automation (WAMate)
ID aemgcjkfdmkofmjffijnejenlikjjlhk
आधिकारिक URL https://chrome.google.com/webstore/detail/wa-automation-wamate/aemgcjkfdmkofmjffijnejenlikjjlhk
विवरण Automation for WhatsApp™, contacts manager with labels, nocode workflow, bulk send
फ़ाइल का आकार 1.16 MB
स्थापना संख्या 618
वर्तमान संस्करण 1.1.6
अंतिम अपडेट 2022-02-10
प्रकाशन तिथि 2021-12-20
रेटिंग 1.00/5 कुल 2 रेटिंग्स
डेवलपर RestSend
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://restsend.com/?from=wamate_chrome
गोपनीयता नीति पृष्ठ URL https://restsend.com/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WA Automation (WAMate)",
    "description": "Automation for WhatsApp\u2122, contacts manager with labels, nocode workflow, bulk send",
    "homepage_url": "https:\/\/restsend.com\/?from=wamate_chrome_1.1.6",
    "version": "1.1.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "64": "icons\/icon_64.png",
        "96": "icons\/icon_96.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_64.png"
    },
    "permissions": [
        "https:\/\/web.whatsapp.com\/",
        "webNavigation",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "content.js",
        "waext.js",
        "fonts\/*",
        "images\/*",
        "icons\/*"
    ]
}