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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
            ]
        }
    ]
}