WAPlus CRM - Best CRM For WA

Let WAPlus CRM be your most powerful assistant for WhatsApp marketing & WhatsApp sales.

¿Qué es WAPlus CRM - Best CRM For WA?

WAPlus CRM - Best CRM For WA es una extensión de Chrome desarrollada por https://waplus.io, y su función principal es "Let WAPlus CRM be your most powerful assistant for WhatsApp marketing & WhatsApp sales.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión WAPlus CRM - Best CRM For WA

Descarga archivos de extensión WAPlus CRM - Best CRM For WA en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Let WAPlus CRM be your most powerful assistant for WhatsApp marketing & WhatsApp sales.

A great team collaboration CRM tool that helps you unlock the potential of WhatsApp private domain traffic and efficiently manage you and your team's customer relationships.

WAPlus CRM plugin provides rich customer management tools on the WhatsApp web version, serving as a powerful assistant for you and your team on WA. For small and medium-sized businesses, it can help achieve marketing automation and service automation, thus generating more business opportunities on WhatsApp.

Product Features:

● Multi-account and automatic session management: With WAPlus CRM + WhatsApp web version, you can easily manage multiple WA accounts and automate session management, providing convenient marketing services for a large number of customers.
● Free basic features: The basic features of WAPlus CRM are sufficient to meet your daily customer management and marketing needs, and these features are completely free!

Team Collaboration:

● Progress sharing: Manage customer sales progress through custom labels and share leads with your team.
● Conversation backup: Synchronize conversation records with customers to the team space, even if the conversations are deleted, you can still view the backup records.

● Group link merging: Merge invitation links from multiple groups into one, removing the limit on the number of your private domain!
● Dashboard: View the current number of customers and follow-up status of your team in graphical form.

Core Features:

● Bulk import contacts: Support quick import of a large number of contacts through CSV files, eliminating the need for manual addition one by one.
● Chat with strangers: Break the restrictions on adding friends on WhatsApp, just one click to start chatting with strangers. This changes the mechanism of adding contacts on WA and greatly improves customer follow-up speed.
● Conversation management: Automatically categorize conversations on the WA web version into different labels, such as unread messages, messages waiting for a reply, messages that require my response, @mentions, helping you quickly find important messages.
● Auto-reply: Configure your own WA auto-reply bot in just three steps. It supports personalized message customization, setting rich advanced trigger rules, and automatic follow-up operations.
● Scheduled messages: Create dedicated scheduled messages for different contacts or groups, with customizable sending time and frequency, saving you time and effort from repetitive work.
● Contact card: Use contact cards to quickly record detailed contact information, sales leads, company information, and follow-up records for your customers.
● Conversation Sharing: Share your WhatsApp chat conversations beyond the WhatsApp platform effortlessly.
● Feature Integration: Seamlessly integrated with leading CRM products, enabling business users to swiftly streamline workflows between CRM platforms and WhatsApp.

And other efficiency-enhancing tools...


WAPlus CRM is an efficient WhatsApp private domain traffic management tool. We welcome everyone to experience it and look forward to becoming your best assistant and the best marketing software on WA!

Disclaimer:

WhatsApp is a registered trademark of WhatsApp Inc. in the United States and other countries. WAPlus is an independent project and has no affiliation with WhatsApp official or WhatsApp Inc.                    

Información Básica de la Extensión

Nombre WAPlus CRM - Best CRM For WA WAPlus CRM - Best CRM For WA
ID jmjcgjmipjiklbnfbdclkdikplgajhgc
URL Oficial https://chromewebstore.google.com/detail/waplus-crm-best-crm-for-w/jmjcgjmipjiklbnfbdclkdikplgajhgc
Descripción Let WAPlus CRM be your most powerful assistant for WhatsApp marketing & WhatsApp sales.
Tamaño del Archivo 6.35 MB
Cantidad de Instalaciones 62,781
Versión Actual 1.5.69
Última Actualización 2024-02-07
Fecha de Publicación 2021-12-29
Calificación 4.51/5 Total de 109 Calificaciones
Desarrollador https://waplus.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://waplus.io/
URL de la Página de Política de Privacidad https://waplus.io/waplus-private-policy
Idiomas Soportados 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__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/waplus-crm-crm-tool-for-w\/jmjcgjmipjiklbnfbdclkdikplgajhgc",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "oauth2": {
        "client_id": "515287609542-bduhga17cas9tjm79s1cc2untnbmh58f.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.events"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "scripting",
        "contextMenus",
        "alarms",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/web.whatsapp.com\/*",
        "*:\/\/*.waplus.io\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/api.hubapi.com\/*",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/logo_16.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "css\/flags.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "js\/document_start.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.waplus.io\/*"
            ],
            "js": [
                "waplus-content.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "128": "icons\/logo_128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "qpqp.js",
                "inject-script.js",
                "icons\/*",
                "images\/*",
                "install-popup.html",
                "websocket\/*"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.waplus.io\/*"
        ]
    },
    "version": "1.5.69",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlWycw3xI2JDdljo8ZkPG8fGxMpIZxZOFcIiC43XoOiPeZRJi1MwRAbRnvy4YuBRQnbYqXXeVj4Ad+EeBtoeLiwDocA48HRTDghqQz0Dy8ViFElXuKFMgsgPdh\/lf2d4vygpDA4vdxzyA50D2PQtOyYvGyPsBixOdvOaCPMI5BmBmAOB8Zi5BCceAfb2vgik4rMDDa+Vmz8FgqyDvJ5EolBNJxFy1BqiyrgBBEA6jmlISNa3KHDOFOyTn4AtBeMOSfI6FURYL9YiaUAJbY3mxtGGTX1\/+IpGn3EAIGcUzwgGu7FisKKQy0LV2hQIpzjOCrOe3NAES4eIFtfAXykFmbwIDAQAB"
}