Zipteams

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

Τι είναι το Zipteams;

Το Zipteams είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Zipteams, και η κύρια λειτουργία του είναι "Zipteams is a sales engagement platform that helps you connect with your customers instantly".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Zipteams

Λήψη αρχείων επέκτασης Zipteams σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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