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
Eメール [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": [
                ""
            ]
        }
    ]
}