Zipteams

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

Cos'è Zipteams?

Zipteams è un'estensione di Chrome sviluppata da Zipteams, e la sua funzione principale è "Zipteams is a sales engagement platform that helps you connect with your customers instantly".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Zipteams

Scarica i file di estensione Zipteams in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Zipteams Zipteams
ID obcjlbhpiidmfcohobdeemabmkchjbib
URL Ufficiale https://chromewebstore.google.com/detail/zipteams/obcjlbhpiidmfcohobdeemabmkchjbib
Descrizione Zipteams is a sales engagement platform that helps you connect with your customers instantly
Dimensione del File 381 KB
Conteggio Installazioni 295
Versione Corrente 1.1.5
Ultimo Aggiornamento 2024-03-03
Data di Pubblicazione 2023-08-10
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore Zipteams
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://zipteams.com
URL della Pagina di Aiuto https://zipteams.com/contact-us
URL della Pagina della Politica sulla Privacy https://zipteams.com/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}