LinkedIn Email Finder - LeadLoft Prospector

Find emails from LinkedIn and websites.

LinkedIn Email Finder - LeadLoft Prospectorคืออะไร?

LinkedIn Email Finder - LeadLoft Prospector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://leadloft.com และคุณลักษณะหลักของมันคือ "Find emails from LinkedIn and websites."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkedIn Email Finder - LeadLoft Prospector

ดาวน์โหลดไฟล์ส่วนขยาย LinkedIn Email Finder - LeadLoft Prospector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        With LeadLoft, you can find contact information for anyone. Whether it's angel investors or fortune 500 CEOs, LeadLoft can put you in touch and start a conversation.

How it works:

#1 Get Started at www.leadloft.com

#2 Install our Chrome Extension

#3 Begin Prospecting
Now it's time to start growing! Begin prospecting on LinkedIn to find and verify anyone's contact information. 

#4 Scale Growth
Scale outreach by adding your whole sales team to LeadLoft.

Ready to go? Get started at www.leadloft.com                    

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

ชื่อ LinkedIn Email Finder - LeadLoft Prospector LinkedIn Email Finder - LeadLoft Prospector
ID dfpfllmpaompimoippbhnjjcfokelcgp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/linkedin-email-finder-lea/dfpfllmpaompimoippbhnjjcfokelcgp
คำอธิบาย Find emails from LinkedIn and websites.
ขนาดไฟล์ 77.77 KB
จำนวนการติดตั้ง 161
เวอร์ชันปัจจุบัน 2.0.8
อัปเดตครั้งล่าสุด 2022-03-11
วันที่เผยแพร่ 2020-07-27
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา http://leadloft.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.leadloft.com
URL หน้าช่วยเหลือ https://www.leadloft.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://www.leadloft.com/user-agreements/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedIn Email Finder - LeadLoft Prospector",
    "description": "Find emails from LinkedIn and websites.",
    "version": "2.0.8",
    "browser_action": {
        "name": "Manipulate DOM",
        "default_icon": "logo48.png",
        "default_popup": "popup.html",
        "default_title": "LinkedIn Email Finder - LeadLoft Prospector"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/*.leadloft.com\/*",
        "https:\/\/*.linkedin.com\/*"
    ],
    "background": {
        "scripts": [
            "profile.js",
            "config.js",
            "jquery-2.1.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "profile.js",
                "config.js",
                "jquery-2.1.1.min.js",
                "sha256.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.leadloft.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "injected.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.linkedin.com\/*",
            "*:\/\/*.leadloft.com\/*"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}