Leadrover.app Email Finder

Email finder Linkedin

Leadrover.app Email Finder란 무엇입니까?

Leadrover.app Email Finder은(는) iTech2323에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Email finder Linkedin"입니다.

확장 프로그램 스크린샷

screenshot

Leadrover.app Email Finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}