Zipteams

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

Wat is Zipteams?

Zipteams is een Chrome-extensie ontwikkeld door Zipteams, en de belangrijkste functie is "Zipteams is a sales engagement platform that helps you connect with your customers instantly".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Zipteams

Download Zipteams-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Zipteams Zipteams
ID obcjlbhpiidmfcohobdeemabmkchjbib
Officiële URL https://chromewebstore.google.com/detail/zipteams/obcjlbhpiidmfcohobdeemabmkchjbib
Beschrijving Zipteams is a sales engagement platform that helps you connect with your customers instantly
Bestandsgrootte 381 KB
Aantal Installaties 295
Huidige Versie 1.1.5
Laatst Bijgewerkt 2024-03-03
Publicatiedatum 2023-08-10
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Zipteams
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://zipteams.com
Help Pagina-URL https://zipteams.com/contact-us
URL van de Privacybeleid Pagina https://zipteams.com/privacy-policy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}