LeadVantage - Find, validate & collect emails

Find email addresses using keywords, find valid emails for leads, validate email lists and collect emails from websites.

LeadVantage - Find, validate & collect emailsคืออะไร?

LeadVantage - Find, validate & collect emails เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://leadvantage.net และคุณลักษณะหลักของมันคือ "Find email addresses using keywords, find valid emails for leads, validate email lists and collect emails from websites."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LeadVantage - Find, validate & collect emails

ดาวน์โหลดไฟล์ส่วนขยาย LeadVantage - Find, validate & collect emails ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        LeadVantage - search, find, validate & collect email addresses.

#Search and find millions of email addresses using keywords. Create bulk searches where static keywords are combined with dynamic keywords (e.g. lists of cities) into distinct searches.

#Find valid email addresses of your leads using their first name, last name and domain.

#Validate lists of emails to see if they actually exist or not.

#Collect emails present on websites you visit.

#Download the results in CSV format that can easily be imported into any spreadsheet editor.

# Who is this for?
- Sales professionals and lead generation teams
- Recruiters, Human Resource Professionals
- Business executives, Analysts, Consultants
- Individuals interested in finding a service (e.g. emails for wedding photographers in Manhattan)

How to get started?
* Create a free account at https://leadvantage.net
* Add the free LeadVantage extension to your browser.
* Click on the LeadVantage icon from the address bar.
* Use its features to search for emails, find leads, validate lists of emails or collect emails from websites

# Is it free?
Yes, LeadVantage is absolutely free to use. You get 100 free credits/month and can upgrade your account for more.
You are just one click away from finding the right leads for your business for FREE!

# Learn more about this extension
https://leadvantage.net                    

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

ชื่อ LeadVantage - Find, validate & collect emails LeadVantage - Find, validate & collect emails
ID cpgadgopadebpkialffcnkgegiakhecl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leadvantage-find-validate/cpgadgopadebpkialffcnkgegiakhecl
คำอธิบาย Find email addresses using keywords, find valid emails for leads, validate email lists and collect emails from websites.
ขนาดไฟล์ 1.19 MB
จำนวนการติดตั้ง 162
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2018-12-31
วันที่เผยแพร่ 2018-12-31
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://leadvantage.net
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://leadvantage.net/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LeadVantage - Find, validate & collect emails",
    "short_name": "LeadVantage",
    "version": "1.0.4",
    "offline_enabled": false,
    "background": {
        "persistent": true,
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "res\/images\/icons\/icon16.png",
        "32": "res\/images\/icons\/icon32.png",
        "48": "res\/images\/icons\/icon48.png",
        "128": "res\/images\/icons\/icon128.png"
    },
    "description": "Find email addresses using keywords, find valid emails for leads, validate email lists and collect emails from websites.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "res\/images\/icons\/icon16.png",
            "32": "res\/images\/icons\/icon32.png",
            "48": "res\/images\/icons\/icon48.png",
            "128": "res\/images\/icons\/icon128.png"
        },
        "default_title": "LeadVantage"
    },
    "web_accessible_resources": [
        "res\/*.png"
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}