Zeliq Extension

ZELIQ - Autopilot Prospecting & Outreach Tool, Powered by AI

ما هو Zeliq Extension؟

Zeliq Extension هو إضافة Chrome تم تطويرها بواسطة https://zeliq.com، والميزة الرئيسية لها هي "ZELIQ - Autopilot Prospecting & Outreach Tool, Powered by AI".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Zeliq Extension

قم بتنزيل ملفات الامتداد Zeliq Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        # About the Platform 

ZELIQ is an all-in-one sales solution, powered by AI, that gives you the most accurate prospect data and making outreach as automatic as possible.
With Zeliq you can have all of your sales toolstack placed in one single platform eliminating the need to switch from one tool stack to another.

We have mapped up the most efficient way for business developers to work, giving you the automation you need starting from finding the right list of prospects, their contact details (email, phone number) & outreaching to them.
Zeliq will make selling easy for you by using our autopilot technology.

# About this Chrome Extension

Zeliq extension lets you add prospects from LinkedIn or Sales Navigator into your Zeliq account in just one click.
Get access to lead status & activities directly on Linkedin.
Contacts added to your prospects list can then be automatically enriched and Zeliq’s AI will analyse their personality.


# Benefits

  -Eliminate the hassle of manual data entry or human error.
  -Work faster with better conversion rate 
  -Have most accurate and up-to-date contact information
  -Gain visibility & modify who owns the leads, their status, task and more
  -The extension completely free and you can add as many leads as you like in ZELIQ.

Once you built your list, you can put them in a sequence & let us do the autopilot prospection.

# Value you'll get
  -Get 30x more deals
  -Save 2+ hours daily with the help of our co-pilot
  -Save 50% on other sales tools expense

# Features in Summary:

  - Access lead database and do autopilot prospecting directly within the platform
  - With the extension: Add leads from Linkedin in 1 click into the platform
  - Select several Linkedin prospect all at once & add them in a single click
  - Enrich all of your prospect with email & phone number. Plus our AI will find the most up-to-date contact info.
  - After adding your lead, do multichannel outreach (call, email, linkedin message, whatsapp) all within ZELIQ

Don’t wait, boost your sales to the moon today!                    

معلومات أساسية عن التمديد

الاسم Zeliq Extension Zeliq Extension
ID mekpojdmdfchpokdinnplhlbbdbebiph
عنوان URL الرسمي https://chromewebstore.google.com/detail/zeliq-extension/mekpojdmdfchpokdinnplhlbbdbebiph
الوصف ZELIQ - Autopilot Prospecting & Outreach Tool, Powered by AI
حجم الملف 5.92 MB
عدد التثبيتات 445
النسخة الحالية 1.6.1
آخر تحديث 2024-02-21
تاريخ النشر 2023-09-30
تقييم 5.00/5 مجموع تقييمات 9
المطور https://zeliq.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.zeliq.com/
عنوان صفحة سياسة الخصوصية https://www.zeliq.com/privacy-policy
اللغات المدعومة en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zeliq Extension",
    "version": "1.6.1",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "action": {
        "default_icon": ".\/assets\/favicon_white.png"
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "32": ".\/assets\/icon32.png",
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png",
        "256": ".\/assets\/icon256.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "dist\/sidebar\/index.html",
                "dist\/overlay\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}