Yezza Connect

Assign leads for follow up, send online quotations, and centralize your customer database on WhatsApp from any integrated system.

Yezza Connect क्या है?

Yezza Connect Yezza द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Assign leads for follow up, send online quotations, and centralize your customer database on WhatsApp from any integrated system."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Yezza Connect helps sales & support teams manage workflow and 1:1 communication on WhatsApp.

Managers can assign leads for follow up, teams can send online quotations on WhatsApp and company can centralize customer database from any integrated systems such as Zendesk, Hubspot and Salesforce or any of their own systems.

Note: a Yezza Connect account is required to use this extension

FREE Plan features include:

- 1 Chrome Extension User
- 5 Customer Segmentation
- 5 System Tabs
- 5 Personal Tabs
- 50 Message Templates

PAID Plan features include:

- 5 Chrome Extension User
- Unlimited Customer Segmentation
- Unlimited Tabs
- Unlimited Message Templates
- Integrations
- Custom views and tags

HAVE QUESTIONS?

Learn more about Yezza Connect at https://yezza.com/lp/connect/sales-support-crm                    

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

नाम Yezza Connect Yezza Connect
ID eobmibgnoicppllfedccnnokniehnmdp
आधिकारिक URL https://chromewebstore.google.com/detail/yezza-connect/eobmibgnoicppllfedccnnokniehnmdp
विवरण Assign leads for follow up, send online quotations, and centralize your customer database on WhatsApp from any integrated system.
फ़ाइल का आकार 556 KB
स्थापना संख्या 115
वर्तमान संस्करण 0.9.2
अंतिम अपडेट 2023-03-30
प्रकाशन तिथि 2022-10-05
डेवलपर Yezza
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://yezza.com
सहायता पृष्ठ URL https://yezza.com/lp/connect/sales-support-crm
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Yezza Connect",
    "description": "Assign leads for follow up, send online quotations, and centralize your customer database on WhatsApp from any integrated system.",
    "version": "0.9.2",
    "background": {
        "service_worker": "\/background.js"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "\/content.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}