CRM tool for WhatsApp Support

P2P Whatsapp messaging for abandoned cart recovery, COD,order tracking, customer support and much more to boost your sales.

CRM tool for WhatsApp Support क्या है?

CRM tool for WhatsApp Support Superlemon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "P2P Whatsapp messaging for abandoned cart recovery, COD,order tracking, customer support and much more to boost your sales."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CRM tool for WhatsApp Support एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!

Super Lemon 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 SuperLemon 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 SuperLemon, Visit the website for more details and join us today: https://www.superlemon.xyz/ 

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

एक्सटेंशन की मूल जानकारी

नाम CRM tool for WhatsApp Support CRM tool for WhatsApp Support
ID paknhbpffcejbimandchnlbgcbbclabd
आधिकारिक URL https://chromewebstore.google.com/detail/crm-tool-for-whatsapp-sup/paknhbpffcejbimandchnlbgcbbclabd
विवरण P2P Whatsapp messaging for abandoned cart recovery, COD,order tracking, customer support and much more to boost your sales.
फ़ाइल का आकार 482 KB
स्थापना संख्या 1,783
वर्तमान संस्करण 2.2.4
अंतिम अपडेट 2023-06-21
प्रकाशन तिथि 2021-09-21
रेटिंग 3.40/5 कुल 5 रेटिंग्स
डेवलपर Superlemon
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.superlemon.xyz/
गोपनीयता नीति पृष्ठ URL https://www.superlemon.xyz/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CRM tool for WhatsApp Support",
    "version": "2.2.4",
    "manifest_version": 3,
    "description": "P2P Whatsapp messaging for abandoned cart recovery, COD,order tracking, customer support and much more to boost your sales.",
    "homepage_url": "https:\/\/superlemon.xyz\/",
    "icons": {
        "16": "icons\/superlemon-useable.png",
        "48": "icons\/superlemon-useable.png",
        "128": "icons\/superlemon-useable.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/superlemon-useable.png",
        "default_title": "CRM tool for WhatsApp Support",
        "default_popup": "html\/popup\/popup.html",
        "js": "js\/internal\/popup\/popup.js",
        "css": "css\/internal\/popup.css"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/*",
        "https:\/\/web.whatsapp.net\/*",
        "https:\/\/*.superlemon.xyz\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/web.whatsapp.net\/*"
            ],
            "js": [
                "config\/constants.js",
                "js\/external\/jquery.js",
                "js\/internal\/inject\/appender.js",
                "js\/internal\/inject\/v1.js"
            ],
            "css": [
                "css\/external\/tailwind.min.css",
                "css\/internal\/v1.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "css\/*",
                "icons\/*",
                "html\/*"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "extension_ids": []
        }
    ]
}