Salesxporter

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

什麼是Salesxporter?

Salesxporter是由https://salesxporter.com開發的Chrome擴展程式,該擴展的主要功能是“Easily find and export qualified leads from LinkedIn Sales Navigator to CSV.”。

擴展截圖

screenshot

下載Salesxporter擴展crx文件

下載Salesxporter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL 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"
}