SalesQL - B2B Email Finder

Find verified email addresses and phone numbers of any prospect on LinkedIn.

SalesQL - B2B Email Finder क्या है?

SalesQL - B2B Email Finder https://salesql.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find verified email addresses and phone numbers of any prospect on LinkedIn."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SalesQL - B2B Email Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        SalesQL lets you establish a fast and direct connection with your leads, contacts, and candidates, by finding their key contact details with one click.

🌟Enriched business profiles 📈

Get a complete view of your prospects and candidates with SalesQL's enriched business profiles, which include key business information like contact details, past positions, and company history. Tailor your pitch to the individual, and watch your sales and recruitment soar! 🤝

👨‍💼👩‍💼 Who uses SalesQL?

Sales professionals, recruiters, headhunters, account managers, marketers, business developers, and people with direct client relationships. 💼📊👥

💰Free and Paid plans available 🤑

Get started for free (no credit card required!).

Our Free plan includes 50 credits per month, which can be used to reveal the contact details of your leads. Additionally, we offer monthly and semi-annual subscription plans to suit your business needs, starting from 1000 monthly credits for just $39. For more information, please visit https://salesql.com/pricing

💬 Hear what our users have to say:

"SalesQL is a game-changer for our team. It saves us countless hours of research and helps us close more deals." - John, Sales Manager

"Thanks to SalesQL, I've been able to reach candidates I never would have found otherwise. It's a must-have tool for recruiters!" - Sarah, Recruiting Specialist

"As a Growth Marketer, I've tried many different tools for prospecting, but SalesQL is by far the best. It's easy to use and provides accurate contact information, saving me valuable time." - Mark, Growth Marketer

👍 Join the SalesQL community today and take your sales and recruiting efforts to the next level! 🙌

For more info: 
Email: [email protected] 
Website: https://salesql.com                    

एक्सटेंशन की मूल जानकारी

नाम SalesQL - B2B Email Finder SalesQL - B2B Email Finder
ID lbdglhhdbgnknbdifhanfholehojlkgg
आधिकारिक URL https://chromewebstore.google.com/detail/salesql-b2b-email-finder/lbdglhhdbgnknbdifhanfholehojlkgg
विवरण Find verified email addresses and phone numbers of any prospect on LinkedIn.
फ़ाइल का आकार 3.4 MB
स्थापना संख्या 44,770
वर्तमान संस्करण 1.2.23
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2022-02-03
रेटिंग 4.74/5 कुल 130 रेटिंग्स
डेवलपर https://salesql.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://salesql.com/
सहायता पृष्ठ URL https://helpcenter.salesql.com/
गोपनीयता नीति पृष्ठ URL https://salesql.com/legal/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": ".\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content\/free\/init.js"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.linkedin.com\/recruiter\/*",
                "https:\/\/*.linkedin.com\/talent\/*",
                "https:\/\/*.linkedin.com\/sales\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content\/recruiter\/init.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.linkedin.com\/talent\/*"
            ]
        },
        {
            "js": [
                "content\/sales\/init.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.linkedin.com\/sales\/*"
            ]
        },
        {
            "js": [
                "content\/salesQL.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.salesql.com\/*"
            ]
        },
        {
            "js": [
                "content\/salesQLVersion.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/*.salesql.com\/*"
            ]
        },
        {
            "js": [
                "content\/salesQLVersion.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/salesql.com\/*"
            ]
        },
        {
            "all_frames": true,
            "match_origin_as_fallback": true,
            "run_at": "document_start",
            "id": "main",
            "js": [
                "content\/visibility\/main.js"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "world": "MAIN"
        },
        {
            "all_frames": true,
            "match_origin_as_fallback": true,
            "run_at": "document_start",
            "id": "isolated",
            "js": [
                "content\/visibility\/isolated.js"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "world": "ISOLATED"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Find verified email addresses and phone numbers of any prospect on LinkedIn.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "96": "icons\/icon_96.png",
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 3,
    "name": "SalesQL - B2B Email Finder",
    "permissions": [
        "tabs",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.salesql.com\/*",
        "*:\/\/*.linkedin.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.salesql.com\/*"
        ]
    },
    "version": "1.2.23"
}