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
官方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": [
                ""
            ]
        }
    ]
}