Business Tools CRM

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

Business Tools CRMคืออะไร?

Business Tools CRM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย suhanisachdevaa และคุณลักษณะหลักของมันคือ "Let Business Tools CRM be your most powerful assistant for WhatsApp marketing & WhatsApp sales."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Business Tools CRM

ดาวน์โหลดไฟล์ส่วนขยาย Business Tools CRM ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Extension by SoLetsTalkDigital (also known as “SO”) Business Tools CRM be your most powerful assistant for WAPP marketing & WApp sales.

Let Business Tools CRM be your most powerful assistant for WApp marketing & WApp sales.

How does Business Tools CRM Work?

● Conversation management: In order not to lose track of any WApp conversations from buyers. Use chat filters to quickly find important status messages, such as unread, awaiting reply, needs reply, and auto replied.

● Unlimited message sender: Message WApp without adding contact, send a message on WApp just with one step.

● Auto reply: Just use the code-free method to create your own auto-reply WApp bot in three steps. Support personalized message customization, rich advanced trigger rules, and automatic follow-up operations.

● Quick reply: Make it easier to reply to messages by avoiding sending the same message repeatedly.

● Add notes to chats: Use notes to record the entire sales process of potential customers, so that you can understand the full range of customer information and formulate more targeted marketing plans.

● Reminders:Set follow-up reminders to never let you miss a follow up.

● Status for WApp: Check WApp numbers, wa check online - check WApp online status of your contacts, protect your privacy by hiding your online status on WApp web, hiding typing status & audio message play status.

NOTE: You might have less results than shown members due privacy settings of those people.

This is a free extension.
If you like this chrome extension, consider sharing your review with us. Your support will help us make this extension more robust.

For any issues related to the WAPP Notifier, feel free to reach out to us on [email protected].

DISCLAIMER: 
The privacy of the users is important to us. We don’t broadcast, sell, share or distribute any user collected data. The extension was designed to keep privacy of our users in mind. For more information, read:

SoLetsTalkDigital privacy policy: 
https://soletstalkapp.com/privacy                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Business Tools CRM Business Tools CRM
ID fdnaleajkcbikbclionpdbiohdpgjgfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/business-tools-crm/fdnaleajkcbikbclionpdbiohdpgjgfd
คำอธิบาย Let Business Tools CRM be your most powerful assistant for WhatsApp marketing & WhatsApp sales.
ขนาดไฟล์ 1.84 MB
จำนวนการติดตั้ง 95
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-07-31
วันที่เผยแพร่ 2022-07-30
ผู้พัฒนา suhanisachdevaa
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://soletstalkapp.com
URL หน้าช่วยเหลือ https://soletstalkapp.com/contact
URL หน้านโยบายความเป็นส่วนตัว http://digitalrubix.com/privacy-policy-2
ภาษาที่รองรับ en,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,cs,bg,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "Business Tools CRM",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/waplus-crm-crm-tool-for-w\/jmjcgjmipjiklbnfbdclkdikplgajhgc",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/web.whatsapp.com\/*"
    ],
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "core-injection.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "popup.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject-script.js",
                "icons\/*",
                "images\/*",
                "install-popup.html",
                "websocket\/*"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.waplus.io\/*",
            "*:\/\/dev.zfscrmteam.top\/*"
        ]
    }
}