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
Eメール [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"
}