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
官方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
帮助页面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"
}