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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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