WADeck - WA AI ChatBot & CRM

Empowering Conversations, Elevating Connections: WADeck, Your AI Companion in WhatsApp Business.

WADeck - WA AI ChatBot & CRM क्या है?

WADeck - WA AI ChatBot & CRM https://wadeck.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Empowering Conversations, Elevating Connections: WADeck, Your AI Companion in WhatsApp Business."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में WADeck - WA AI ChatBot & CRM एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        A CRM tool powered by ChatGPT AI to enhance your business management efficiency on WhatsApp.

WADeck is a free embedded WhatsApp CRM tool that is lightweight and user-friendly, with powerful AI capabilities to help you increase your sales volume quickly.

Features:
● AI-powered GPT Assistant: Optimize your WA CRM workflow with AI-powered suggestions to enhance overall efficiency. Customize your own exclusive AI assistant.

● Intelligent generation of WA message templates: Simply input a few keywords, and AI will generate professional and engaging message content for you.
● WA  buttons: Pre-set reply options for users, allowing them to quickly interact with you by clicking buttons. Reply types support links and phone numbers.
● Automatic conversation translation: AI automatically translates customer messages with precision and speed, greatly expanding your customer reach.
● Broadcast: Notify multiple WA numbers with messages all at once. Choose from groups or upload numbers via Excel.
● WA status from Web: Directly publish and update your WA status from WhatsApp Web, keeping it in sync with your mobile device. Easily manage your status from your desktop or laptop using our plugin, without needing a mobile device.
● Organize your WA conversations in custom tabs: AI automatically organizes and manages your contact conversations in tabs. Create your own custom tabs as well.

● Quick replies: Set custom phrases or message templates for quick replies, simply with a tap.
● Auto-reply: Provide intelligent automation tools to effectively handle repetitive conversations and interactions, saving you time while continuously engaging users.
● Scheduled messages: Set messages to be sent to personal chats or groups on chosen dates and times. Customize delivery options, with choices for expiration, receiving automatic cancellation, or scheduled repetition.
● Reminders: Set follow-up reminders for each customer, ensuring you never miss important matters.



Disclaimer:
WhatsApp is a registered trademark of WhatsApp Inc. in the United States and other countries. WADeck is an independent project and is not affiliated with WhatsApp or WhatsApp Inc.                    

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

नाम WADeck - WA AI ChatBot & CRM WADeck - WA AI ChatBot & CRM
ID lbjgmhifiabkcifnmbakaejdcbikhiaj
आधिकारिक URL https://chromewebstore.google.com/detail/wadeck-wa-ai-chatbot-crm/lbjgmhifiabkcifnmbakaejdcbikhiaj
विवरण Empowering Conversations, Elevating Connections: WADeck, Your AI Companion in WhatsApp Business.
फ़ाइल का आकार 5.22 MB
स्थापना संख्या 52,924
वर्तमान संस्करण 1.5.30
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2021-12-13
रेटिंग 4.82/5 कुल 1300 रेटिंग्स
डेवलपर https://wadeck.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://wadeck.ai/
सहायता पृष्ठ URL https://wadeck.canny.io/feature-requests
गोपनीयता नीति पृष्ठ URL https://wadeck.ai/wadeck-private-policy
समर्थित भाषाएँ id,de,en,fil,fr,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,pt-BR,pt-PT,sk,sl,fi,cs,el,bg,ru,fa,hi,bn,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "homepage_url": "https:\/\/wscrm.io\/",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "cookies",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/web.whatsapp.com\/*",
        "*:\/\/wadeck.ai\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "css\/wa-attach.css",
                "css\/flags.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "js\/document_start.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.wadeck.ai\/*"
            ],
            "js": [
                "waplusContent.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "qpqp.js",
                "inject.bundle.js",
                "icons\/*",
                "images\/*",
                "install-popup.html"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.wscrm.io\/*"
        ]
    },
    "version": "1.5.30"
}