Zipteams

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

Vad är Zipteams?

Zipteams är en Chrome-tillägg utvecklad av Zipteams, och dess huvudfunktion är "Zipteams is a sales engagement platform that helps you connect with your customers instantly".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Zipteams-förlängningens CRX-fil

Ladda ner Zipteams-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Zipteams Zipteams
ID obcjlbhpiidmfcohobdeemabmkchjbib
Officiell webbadress https://chromewebstore.google.com/detail/zipteams/obcjlbhpiidmfcohobdeemabmkchjbib
Beskrivning Zipteams is a sales engagement platform that helps you connect with your customers instantly
Filstorlek 381 KB
Antal Installationer 295
Aktuell Version 1.1.5
Senast Uppdaterad 2024-03-03
Publiceringsdatum 2023-08-10
Betyg 5.00/5 Totalt 8 Betyg
Utvecklare Zipteams
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://zipteams.com
Hjälpsida URL https://zipteams.com/contact-us
URL till Sekretesspolicy Sidan https://zipteams.com/privacy-policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}