Pushdaddy - A complete CRM tool over WhatsApp

Whatsapp messaging for abandoned cart recovery, COD,order tracking, Quick replies for customer support to boost your sales.

Pushdaddy - A complete CRM tool over WhatsAppคืออะไร?

Pushdaddy - A complete CRM tool over WhatsApp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vales และคุณลักษณะหลักของมันคือ "Whatsapp messaging for abandoned cart recovery, COD,order tracking, Quick replies for customer support to boost your sales."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pushdaddy - A complete CRM tool over WhatsApp

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

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

                        Whatsapp automation should be on in shopify admin for it to work. 

Whatsapp messaging for abandoned cart recovery, COD,order tracking, customer support and much more to boost your sales.
Provide personalized chat support for better conversions

View customer and order-related details in your Whatsapp chat window for personalized chat support 

    • Free-up your agents:
No more toggling between multiple systems and screens to get the required information!

Our  Chrome Extension pulls out every detail related to users and their orders. From their profile-related details to order status, you have it all in a user-friendly dashboard displayed alongside your Whatsapp chat window. 

    • Personalize Interactions: 
With all the relevant information at hand, your agents have the full context to deliver highly personalized and memorable support experiences. Through personalization, your agents can make an instant connection with customers to get a better conversion on your abandoned carts.

    • Quick Replies:  
The extension also provides a handy list of pre-written replies to choose from. It helps to minimize the response and resolution time. Your agents also get an option to create their own custom quick replies.


Note that this extension is a part of Shopify. In order to use this extension, you need to have a Shopify e-store with the subscription of either the Pro Plan or the Ultimate Plan offered by Pushdaddy, 

If you have questions, or if you would like to make a complaint, please contact us by e-mail at [email protected]                    

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

ชื่อ Pushdaddy - A complete CRM tool over WhatsApp Pushdaddy - A complete CRM tool over WhatsApp
ID galdfifleihnobjpmhfmmghiogdgmknc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pushdaddy-a-complete-crm/galdfifleihnobjpmhfmmghiogdgmknc
คำอธิบาย Whatsapp messaging for abandoned cart recovery, COD,order tracking, Quick replies for customer support to boost your sales.
ขนาดไฟล์ 863 KB
จำนวนการติดตั้ง 553
เวอร์ชันปัจจุบัน 2.0.18
อัปเดตครั้งล่าสุด 2023-07-31
วันที่เผยแพร่ 2022-08-02
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Vales
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://way2enjoy.com/privacy1.html
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "service_worker": "worker_wrapper.js"
    },
    "action": {
        "css": "css\/internal\/popup1.css",
        "default_icon": "icons\/pushdaddy-useable.png",
        "default_popup": "html\/popup\/popup.html",
        "default_title": "Pushdaddy - A complete CRM tool over WhatsApp",
        "js": "js\/internal\/popup\/popup.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/external\/tailwind.min.css",
                "css\/internal\/v1.css"
            ],
            "js": [
                "config\/constants.js",
                "js\/external\/jquery.js",
                "js\/internal\/inject\/appender.js",
                "js\/internal\/inject\/v1.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/web.whatsapp.net\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "Whatsapp messaging for abandoned cart recovery, COD,order tracking, Quick replies for customer support to boost your sales.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/pushdaddy-a-complete-crm\/galdfifleihnobjpmhfmmghiogdgmknc",
    "icons": {
        "128": "icons\/pushdaddy-useable.png",
        "16": "icons\/pushdaddy-useable.png",
        "48": "icons\/pushdaddy-useable.png"
    },
    "manifest_version": 3,
    "name": "Pushdaddy - A complete CRM tool over WhatsApp",
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/*",
        "https:\/\/web.whatsapp.net\/*",
        "https:\/\/*.way2enjoy.com\/touch\/whatsapp\/chrome\/*"
    ],
    "permissions": [
        "storage",
        "cookies"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.18",
    "web_accessible_resources": [
        {
            "extension_ids": [],
            "resources": [
                "js\/*",
                "css\/*",
                "icons\/*",
                "html\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}