Zipteams

Zipteams is a sales engagement platform that helps you connect with your customers instantly

Zipteamsคืออะไร?

Zipteams เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zipteams และคุณลักษณะหลักของมันคือ "Zipteams is a sales engagement platform that helps you connect with your customers instantly"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zipteams

ดาวน์โหลดไฟล์ส่วนขยาย Zipteams ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Zipteams is a platform that helps sales teams connect with their customers on instant meeting rooms and provide them with AI-powered insights on the conversation.

The extension helps Zipteams users access various features directly on their browser.

Currently, the extension supports the following features:
1. Add a contact to Zipteams directly from your browser while you're on your CRM's contact page or while you're surfing through LinkedIn

2. Schedule a call instantly with new contacts and join the meeting room to get started with the conversation                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zipteams Zipteams
ID obcjlbhpiidmfcohobdeemabmkchjbib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zipteams/obcjlbhpiidmfcohobdeemabmkchjbib
คำอธิบาย Zipteams is a sales engagement platform that helps you connect with your customers instantly
ขนาดไฟล์ 381 KB
จำนวนการติดตั้ง 295
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2024-03-03
วันที่เผยแพร่ 2023-08-10
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Zipteams
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://zipteams.com
URL หน้าช่วยเหลือ https://zipteams.com/contact-us
URL หน้านโยบายความเป็นส่วนตัว https://zipteams.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zipteams",
    "description": "Zipteams is a sales engagement platform that helps you connect with your customers instantly",
    "version": "1.1.5",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "author": "Zipteams",
    "icons": {
        "128": "icons\/zip.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "cookies",
        "activeTab",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Zipteams"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "fonts\/*",
                "config.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}