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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://zipteams.com/contact-us
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}