Zipteams

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

Co je Zipteams?

Zipteams je rozšíření Chrome vyvinuté Zipteams, a jeho hlavní funkcí je „Zipteams is a sales engagement platform that helps you connect with your customers instantly“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Zipteams

Stáhněte si soubory rozšíření Zipteams ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Zipteams Zipteams
ID obcjlbhpiidmfcohobdeemabmkchjbib
Oficiální URL https://chromewebstore.google.com/detail/zipteams/obcjlbhpiidmfcohobdeemabmkchjbib
Popis Zipteams is a sales engagement platform that helps you connect with your customers instantly
Velikost souboru 381 KB
Počet instalací 295
Aktuální Verze 1.1.5
Poslední Aktualizace 2024-03-03
Datum Vydání 2023-08-10
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář Zipteams
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://zipteams.com
URL Stránky Nápovědy https://zipteams.com/contact-us
URL Stránky Zásad Ochrany Soukromí https://zipteams.com/privacy-policy
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}