Leadrover.app Email Finder

Email finder Linkedin

Leadrover.app Email Finderคืออะไร?

Leadrover.app Email Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iTech2323 และคุณลักษณะหลักของมันคือ "Email finder Linkedin"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Leadrover.app Email Finder

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

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

                        Leadrover.app
Generate more valid emails in 1 click. Turn any LinkedIn Sales Navigator search into a clean list of verified emails ready for your outreach campaign or lead generation. 

Leadrover is a free Linkedin email finder which allows you find and business emails in Linkedin profiles for free, just one click to find an email address on any Linkedin account and just one click to find an email address in the Linkedin search results.

Just craft your own Linkedin Sales Navigator Search, Click the "Find and Save" button, and you're done!

Give Leadrover a try for FREE!

Learn more at leadrover.app                    

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

ชื่อ Leadrover.app Email Finder Leadrover.app Email Finder
ID iiphjoaccfpllfddajfmifkppgkcadoo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/leadroverapp-email-finder/iiphjoaccfpllfddajfmifkppgkcadoo
คำอธิบาย Email finder Linkedin
ขนาดไฟล์ 67.54 KB
จำนวนการติดตั้ง 158
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2020-03-12
วันที่เผยแพร่ 2020-03-12
ผู้พัฒนา iTech2323
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://leadrover.app
URL หน้าช่วยเหลือ https://leadrover.app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Leadrover.app Email Finder",
    "version": "0.3",
    "description": "Email finder Linkedin",
    "permissions": [
        "storage",
        "declarativeContent",
        "activeTab",
        "cookies",
        "https:\/\/*.leadrover.app\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.leadrover.app\/*"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/media.licdn.com https:\/\/fonts.googleapis.com; object-src 'self'",
    "manifest_version": 2
}