SoContact : Get Phone Numbers and Emails

Get your prospects’ phone number and email instantly from LinkedIn. Convert leads with and automate your prospecting.

SoContact : Get Phone Numbers and Emailsคืออะไร?

SoContact : Get Phone Numbers and Emails เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://socontact.com และคุณลักษณะหลักของมันคือ "Get your prospects’ phone number and email instantly from LinkedIn. Convert leads with and automate your prospecting."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SoContact : Get Phone Numbers and Emails

ดาวน์โหลดไฟล์ส่วนขยาย SoContact : Get Phone Numbers and Emails ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get B2B Contact information & Grow your Business

Get access to B2B contact information instantly from LinkedIn.

A POWERFUL PROSPECTING & LEAD GENERATION TOOL
Access to accurate emails and Mobile phone numbers in one click!
Get your prospects’ phone number and email directly from a linkedin profile page.
Create targeted prospects list, Export and Convert leads with real data.

LINKEDIN PHONE NUMBERS & LINKEDIN EMAIL FINDER WITH THE SOCONTACT EXTENSION.
Enrich your CRM, Generate converting leads and Build your B2B Contact database in a few clicks. Search contacts on LinkedIn and export your leads thanks to SoContact's chrome extension !
Optimize your time by using SoContact! Don’t waste any more hours to get the contact information of your contacts.

BUILD CONNECTIONS THAT HELP YOU GROW YOUR BUSINESS.
Optimize your lead generation with the right data in hand. Find contact info, connect with buyers, track emails, and more, just when you need it. Get up and running integration tools.

WHO SHOULD USE SOCONTACT.COM?
SalesManager ? Marketer ? Recruiter ? Growth Hacker ? This tool is made for you !
So Contact allows you to retrieve contact information from the LinkedIn profiles of your leads / prospects / candidates. Find the contact information in 5 seconds thanks to the Chrome extension. Export your contacts directly to your CRM.
The So Contact google chrome extension is compatible with LinkedIn and SalesNavigator.

FEATURES
*Search Profile* : Go to the LinkedIn Profile page of your contact, click on the widget to discover their contact information.
*Sales Automation* : Send automatic LinkedIn invitations and messages from a list of contacts that you filter on LinkedIn ! Enrich instantly a list / group of contacts to extract their emails and phone numbers and export automatically to your CRM !

INTEGRATIONS
Hubspot, SalesForce, PipeDrive, Sendinblue, Lemlist, Zapier

Test our tool for free!
Get 50 free credits when you sign up!

To register: https://SoContact.com/
Contact us: [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SoContact : Get Phone Numbers and Emails SoContact : Get Phone Numbers and Emails
ID bblennjdmmdfjdmpcbalaiabelnjfdfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/socontact-get-phone-numbe/bblennjdmmdfjdmpcbalaiabelnjfdfc
คำอธิบาย Get your prospects’ phone number and email instantly from LinkedIn. Convert leads with and automate your prospecting.
ขนาดไฟล์ 732 KB
จำนวนการติดตั้ง 247
เวอร์ชันปัจจุบัน 1.0.0.4
อัปเดตครั้งล่าสุด 2023-05-08
วันที่เผยแพร่ 2023-01-10
คะแนน 5.00/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://socontact.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://socontact.com/
URL หน้านโยบายความเป็นส่วนตัว https://socontact.com/privacy-policy
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SoContact : Get Phone Numbers and Emails",
    "version": "1.0.0.4",
    "description": "Get your prospects\u2019 phone number and email instantly from LinkedIn. Convert leads with and automate your prospecting.",
    "default_locale": "en",
    "author": "Mark Medina - SoContact",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "64": "assets\/icons\/icon64.png",
            "128": "assets\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "64": "assets\/icons\/icon64.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "assets\/js\/libs\/jquery.js",
                "assets\/js\/common.js",
                "assets\/js\/popup.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/linkedin.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "assets\/js\/libs\/jquery.js",
                "assets\/js\/libs\/moment.min.js",
                "assets\/js\/common.js",
                "assets\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/linkedin.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/style.css",
                "assets\/icons\/*",
                "assets\/img\/*"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/linkedin.com\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/app.socontact.com\/"
    ]
}