PeopleSmart - Find B2B Emails & Phone Numbers

Research professional contact details from LinkedIn profiles, including emails, direct dials, and social media profiles.

PeopleSmart - Find B2B Emails & Phone Numbersคืออะไร?

PeopleSmart - Find B2B Emails & Phone Numbers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PeopleSmart และคุณลักษณะหลักของมันคือ "Research professional contact details from LinkedIn profiles, including emails, direct dials, and social media profiles."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PeopleSmart - Find B2B Emails & Phone Numbers

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

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

                        PeopleSmart takes professional profiles to the next level. Easily find emails and phone numbers for nearly any LinkedIn profile with one click. Simply browse LinkedIn as you normally do, and emails and direct dials for in-demand prospects are an easy click away. 

What do you get?
Where available, PeopleSmart’s extension can show you emails, phone numbers, social media profiles and detailed professional history for almost any profile on LinkedIn. 

What can you do with it?
- Find B2B contact information on LinkedIn
- Enrich lists of prospects with contact details and enhanced professional profiles
- Learn more about your prospective customers, clients and candidates
Organize your contacts using lists

Who is it good for?
PeopleSmart is great for sales, business development, recruiting, or any other work that requires up-to-date contact information.

This extension is FREE for PeopleSmart members. Our affordable plans are based on the number of contacts you need, and come with a 1 week trial. Sign up today and get 5 contact credits for free! Learn more at www.peoplesmart.com/chrome-extension/                    

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

ชื่อ PeopleSmart - Find B2B Emails & Phone Numbers PeopleSmart - Find B2B Emails & Phone Numbers
ID gpmcdaocjaodfgpniloimojpldldihfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/peoplesmart-find-b2b-emai/gpmcdaocjaodfgpniloimojpldldihfn
คำอธิบาย Research professional contact details from LinkedIn profiles, including emails, direct dials, and social media profiles.
ขนาดไฟล์ 651 KB
จำนวนการติดตั้ง 293
เวอร์ชันปัจจุบัน 1.2.6
อัปเดตครั้งล่าสุด 2022-06-23
วันที่เผยแพร่ 2021-10-19
คะแนน 5.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา PeopleSmart
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.peoplesmart.com
URL หน้าช่วยเหลือ https://support.peoplesmart.com/hc/en-us
URL หน้านโยบายความเป็นส่วนตัว https://www.peoplesmart.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                ".\/contentScripts.js"
            ],
            "css": [
                ".\/assets\/style.css"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Research professional contact details from LinkedIn profiles, including emails, direct dials, and social media profiles.",
    "icons": {
        "16": "assets\/prospecting-iq.png",
        "32": "assets\/prospecting-iq.png",
        "64": "assets\/prospecting-iq.png",
        "128": "assets\/prospecting-iq.png"
    },
    "manifest_version": 2,
    "name": "PeopleSmart - Find B2B Emails & Phone Numbers",
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "https:\/\/*.google.com\/*",
        "https:\/\/*.gstatic.com\/*",
        "https:\/\/www.google-analytics.com\/*",
        "webNavigation",
        "*:\/\/*.peoplesmart.com\/*"
    ],
    "web_accessible_resources": [
        "js\/*",
        "assets\/*",
        "css\/*",
        "html\/*",
        "https:\/\/*.peoplesmart.com\/*"
    ],
    "version": "1.2.6",
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Toggle feature foo"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "windows": "Alt+Shift+P",
                "mac": "Alt+Shift+P"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}