Zipteams

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

O que é Zipteams?

Zipteams é uma extensão do Chrome desenvolvida por Zipteams, e sua principal característica é "Zipteams is a sales engagement platform that helps you connect with your customers instantly".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Zipteams

Baixe arquivos de extensão Zipteams no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Zipteams Zipteams
ID obcjlbhpiidmfcohobdeemabmkchjbib
URL Oficial https://chromewebstore.google.com/detail/zipteams/obcjlbhpiidmfcohobdeemabmkchjbib
Descrição Zipteams is a sales engagement platform that helps you connect with your customers instantly
Tamanho do Arquivo 381 KB
Contagem de Instalações 295
Versão Atual 1.1.5
Última Atualização 2024-03-03
Data de Publicação 2023-08-10
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor Zipteams
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://zipteams.com
URL da Página de Ajuda https://zipteams.com/contact-us
URL da Página de Política de Privacidade https://zipteams.com/privacy-policy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}