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开发的Chrome扩展程序,该扩展的主要功能是“Assign leads for follow up, send online quotations, and centralize your customer database on WhatsApp from any integrated system.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Yezza Connect扩展crx文件

下载Yezza Connect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
            ]
        }
    ]
}