WAPlus CRM - Best CRM For WA

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

Cos'è WAPlus CRM - Best CRM For WA?

WAPlus CRM - Best CRM For WA è un'estensione di Chrome sviluppata da https://waplus.io, e la sua funzione principale è "Let WAPlus CRM be your most powerful assistant for WhatsApp marketing & WhatsApp sales.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WAPlus CRM - Best CRM For WA

Scarica i file di estensione WAPlus CRM - Best CRM For WA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WAPlus CRM - Best CRM For WA WAPlus CRM - Best CRM For WA
ID jmjcgjmipjiklbnfbdclkdikplgajhgc
URL Ufficiale https://chromewebstore.google.com/detail/waplus-crm-best-crm-for-w/jmjcgjmipjiklbnfbdclkdikplgajhgc
Descrizione Let WAPlus CRM be your most powerful assistant for WhatsApp marketing & WhatsApp sales.
Dimensione del File 6.35 MB
Conteggio Installazioni 62,781
Versione Corrente 1.5.69
Ultimo Aggiornamento 2024-02-07
Data di Pubblicazione 2021-12-29
Valutazione 4.51/5 Totale 109 Valutazioni
Sviluppatore https://waplus.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://waplus.io/
URL della Pagina della Politica sulla Privacy https://waplus.io/waplus-private-policy
Lingue Supportate 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"
}