Leadb Email Finder For LinkedIn

Leadb Email Finder for LinkedIn Leadb Email Finder is a free prospecting tool to find business email of anyone on LinkedIn. We…

Leadb Email Finder For LinkedInคืออะไร?

Leadb Email Finder For LinkedIn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leadb และคุณลักษณะหลักของมันคือ "Leadb Email Finder for LinkedIn Leadb Email Finder is a free prospecting tool to find business email of anyone on LinkedIn. We…"

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

screenshot

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

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

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

                        Leadb Email Finder for LinkedIn

Leadb Email Finder is a free prospecting tool to find business email of anyone on LinkedIn. We also provide more company information where the prospect works.

Email addresses provided by this tool are 100% verified. Along with email address we also provide the email confidence score which indicates the deliverability of the email.

Leadb Email Finder is suitable for 
1. Sales
2. Marketing
3. Hiring

and for every one who is willing to find prospects using 650M+ profiles on LinkedIn.

If you have any questions or feedback, feel free to write us to [email protected]

Signup for a free plan on Leadb right now and get 100 credits every month!
https://www.leadb.co/signup                    

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

ชื่อ Leadb Email Finder For LinkedIn Leadb Email Finder For LinkedIn
ID heekkhdbnajjhdieohopakiiongkpefh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/leadb-email-finder-for-li/heekkhdbnajjhdieohopakiiongkpefh
คำอธิบาย Leadb Email Finder for LinkedIn Leadb Email Finder is a free prospecting tool to find business email of anyone on LinkedIn. We…
ขนาดไฟล์ 140 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 0.0.9
อัปเดตครั้งล่าสุด 2020-02-01
วันที่เผยแพร่ 2020-02-01
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Leadb
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.9",
    "name": "Leadb Email Finder For LinkedIn",
    "browser_action": {
        "default_icon": "images\/logo-green.png",
        "default_title": "Leadb Email Finder",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/logo-green.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.leadb.co\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "main-bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background-bundle.js"
        ]
    },
    "permissions": [
        "https:\/\/www.leadb.co\/*",
        "https:\/\/www.linkedin.com\/*",
        "http:\/\/localhost:8080\/*",
        "tabs",
        "activeTab",
        "storage"
    ]
}