Zipteams

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

Was ist Zipteams?

Zipteams ist eine Chrome-Erweiterung, die von Zipteams entwickelt wurde, und ihr Hauptmerkmal ist "Zipteams is a sales engagement platform that helps you connect with your customers instantly".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Zipteams-Erweiterungs-CRX-Datei herunterladen

Laden Sie Zipteams-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Zipteams Zipteams
ID obcjlbhpiidmfcohobdeemabmkchjbib
Offizielle URL https://chromewebstore.google.com/detail/zipteams/obcjlbhpiidmfcohobdeemabmkchjbib
Beschreibung Zipteams is a sales engagement platform that helps you connect with your customers instantly
Dateigröße 381 KB
Installationsanzahl 295
Aktuelle Version 1.1.5
Letztes Update 2024-03-03
Veröffentlichungsdatum 2023-08-10
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler Zipteams
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://zipteams.com
Hilfeseite URL https://zipteams.com/contact-us
URL der Datenschutzrichtlinien-Seite https://zipteams.com/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}