Zipteams

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

什麼是Zipteams?

Zipteams是由Zipteams開發的Chrome擴展程式,該擴展的主要功能是“Zipteams is a sales engagement platform that helps you connect with your customers instantly”。

擴展截圖

screenshot
screenshot
screenshot

下載Zipteams擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}