WAGrab - Blast, Schedule, Scraping, & Chatbot

Blast, scheduled campaign, chatbot, and extract contacts for WhatsApp™ Web.

WAGrab - Blast, Schedule, Scraping, & Chatbot क्या है?

WAGrab - Blast, Schedule, Scraping, & Chatbot http://wagrab.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blast, scheduled campaign, chatbot, and extract contacts for WhatsApp™ Web."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में WAGrab - Blast, Schedule, Scraping, & Chatbot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Blast! Scheduled campaign! Send bulk messages to any contacts. Create chatbots with NLP. Extract phone numbers. All side by side in WhatsApp™ Web.

😎 COOL FEATURES YOU WILL LOVE: 
✔ Auto reply chatbot with learning capability
✔ Chatbot with sending image/button and custom data
✔ Auto greeting chatbot with image/button and schedule
✔ Blast/send bulk messages.
✔ Scheduled marketing campaign with detailed result.
✔ Scrape & extract contacts from groups, communities, labels, or unsaved numbers.
✔ Scrape phone numbers from any web pages.
✔ Quick reply chat with templates.
✔ Send message with button template (limited)
✔ Custom data collection for broadcast.
✔ Safe broadcast with delay and message rotator/spin.
✔ Integrate with Google Form, send notification on form submit.
✔ Webhook and REST API support.
✔ Sync and save your setting in the cloud for FREE.

📅 UPCOMING COOL FEATURES:
- Catalog and order management
- ChatGPT integration!
- Message and story scheduler
- Chatbot menu flow
- Jotform, Typeform, Swipe page support
- Scraping automation

📝 CHANGELOG 5.2.1:
- Google form integration

📌 INSTRUCTION:
- Register/login by setup PIN after installed.
- REFRESH WhatsApp™ Web if it's not running after installed.
- DISABLE other WhatsApp™ Web extension.
- Latest & manual install: https://wagrab.com/build

Usage of this extension is under WhatsApp™ regulation and limitation. WhatsApp™ is a trademark of WhatsApp Inc.                    

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

नाम WAGrab - Blast, Schedule, Scraping, & Chatbot WAGrab - Blast, Schedule, Scraping, & Chatbot
ID mdbahoikmdbalfgbblinaiojgmliinbh
आधिकारिक URL https://chrome.google.com/webstore/detail/wagrab-blast-schedule-scr/mdbahoikmdbalfgbblinaiojgmliinbh
विवरण Blast, scheduled campaign, chatbot, and extract contacts for WhatsApp™ Web.
फ़ाइल का आकार 2.18 MB
स्थापना संख्या 3,258
वर्तमान संस्करण 5.2.1
अंतिम अपडेट 2023-07-16
प्रकाशन तिथि 2022-12-20
रेटिंग 4.56/5 कुल 9 रेटिंग्स
डेवलपर http://wagrab.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://wagrab.com
सहायता पृष्ठ URL https://wa.me/6285792059652
गोपनीयता नीति पृष्ठ URL https://wagrab.com/privacy.html
समर्थित भाषाएँ id,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "www\/index.html#\/popup",
        "default_title": "WAGrab - Blast, Schedule, Scraping, & Chatbot"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "assets\/content.css"
            ],
            "js": [
                "content-script.js"
            ],
            "all_frame": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "name": "WAGrab - Blast, Schedule, Scraping, & Chatbot",
    "short_name": "WAGrab - Blast, Schedule, Scraping, & Chatbot",
    "version": "5.2.1"
}