Salesxporter
Easily find and export qualified leads from LinkedIn Sales Navigator to CSV.
Salesxporter क्या है?
Salesxporter https://salesxporter.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily find and export qualified leads from LinkedIn Sales Navigator to CSV."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Salesxporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |