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文件

下載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
官方網址 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
}