Zipteams

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

Zipteams क्या है?

Zipteams Zipteams द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Zipteams is a sales engagement platform that helps you connect with your customers instantly"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zipteams एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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