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."입니다.
확장 프로그램 스크린샷
Salesxporter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |