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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Yezza Connect

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}