WAPlus CRM - Best CRM For WA

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

WAPlus CRM - Best CRM For WA란 무엇입니까?

WAPlus CRM - Best CRM For WA은(는) https://waplus.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let WAPlus CRM be your most powerful assistant for WhatsApp marketing & WhatsApp sales."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

WAPlus CRM - Best CRM For WA 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 WAPlus CRM - Best CRM For WA WAPlus CRM - Best CRM For WA
ID jmjcgjmipjiklbnfbdclkdikplgajhgc
공식 URL https://chromewebstore.google.com/detail/waplus-crm-best-crm-for-w/jmjcgjmipjiklbnfbdclkdikplgajhgc
설명 Let WAPlus CRM be your most powerful assistant for WhatsApp marketing & WhatsApp sales.
파일 크기 6.35 MB
설치 횟수 62,781
현재 버전 1.5.69
최근 업데이트 2024-02-07
출시 날짜 2021-12-29
평점 4.51/5 총 109 개의 평점
개발자 https://waplus.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://waplus.io/
개인정보 보호 정책 페이지 URL https://waplus.io/waplus-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__",
    "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"
}