Salesxporter

Easily find and export qualified leads from LinkedIn Sales Navigator to CSV.

ما هو Salesxporter؟

Salesxporter هو إضافة Chrome تم تطويرها بواسطة https://salesxporter.com، والميزة الرئيسية لها هي "Easily find and export qualified leads from LinkedIn Sales Navigator to CSV.".

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

screenshot

تحميل ملف CRX للإضافة Salesxporter

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

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

                        Boost Your Lead Generation with Salesxporter's LinkedIn Sales Navigator List Export to Excel Tool

Rev up your lead generation efforts with the Salesxporter LinkedIn Sales Navigator Tool. It's your partner for streamlined lead discovery, email data enrichment, and seamless CSV exports:

Effortless CSV Exports:
Export your enriched leads to CSV without breaking a sweat.

Enhanced Lead Data with email :
Give your leads a data boost with accurate email addresses.
Craft personalized outreach that resonates.

Simplified Lead Discovery:
No more hassles. Connect effortlessly with LinkedIn Sales Navigator.
Discover leads with speed and efficiency.

Explore, enrich, and export with ease. 
Dive into the world of Salesxporter today!                    

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

الاسم Salesxporter Salesxporter
ID lpoeicnilddmbkbbfdjmldcgafnpgfhi
عنوان URL الرسمي https://chromewebstore.google.com/detail/salesxporter/lpoeicnilddmbkbbfdjmldcgafnpgfhi
الوصف Easily find and export qualified leads from LinkedIn Sales Navigator to CSV.
حجم الملف 16.24 KB
عدد التثبيتات 30
النسخة الحالية 1.0.0
آخر تحديث 2023-09-23
تاريخ النشر 2023-09-22
المطور https://salesxporter.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://salesxporter.com
عنوان صفحة المساعدة https://salesxporter.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/sales\/*",
                "https:\/\/www.linkedin.com\/premium\/products\/*"
            ]
        }
    ],
    "description": "Easily find and export qualified leads from LinkedIn Sales Navigator to CSV.",
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 3,
    "name": "Salesxporter",
    "permissions": [
        "storage",
        "activeTab",
        "cookies",
        "webRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "resources": [
                "override.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "version": "1.0.0"
}