Zipteams

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

Zipteams là gì?

Zipteams là một tiện ích mở rộng Chrome được phát triển bởi Zipteams, và tính năng chính của nó là "Zipteams is a sales engagement platform that helps you connect with your customers instantly".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zipteams

Tải xuống các tệp mở rộng Zipteams dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zipteams Zipteams
ID obcjlbhpiidmfcohobdeemabmkchjbib
URL Chính Thức https://chromewebstore.google.com/detail/zipteams/obcjlbhpiidmfcohobdeemabmkchjbib
Mô tả Zipteams is a sales engagement platform that helps you connect with your customers instantly
Kích Thước Tệp 381 KB
Số Lần Cài Đặt 295
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2023-08-10
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Zipteams
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://zipteams.com
URL Trang Trợ Giúp https://zipteams.com/contact-us
URL Trang Chính Sách Bảo Mật https://zipteams.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}