Linked Out - Free Lead Generator

Scrape LinkedIn for user`s Email, Twitter handle and Website

什麼是Linked Out - Free Lead Generator?

Linked Out - Free Lead Generator是由johnny開發的Chrome擴展程式,該擴展的主要功能是“Scrape LinkedIn for user`s Email, Twitter handle and Website”。

擴展截圖

screenshot

下載Linked Out - Free Lead Generator擴展crx文件

下載Linked Out - Free Lead Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension lets you collect users Information from the search results in LinkedIn.
You can get Email, Twitter handle and website links from thousands of users in minutes.                    

擴展基本資訊

名稱 Linked Out - Free Lead Generator Linked Out - Free Lead Generator
ID mjembdcjnmkknecjcjjkpolikkcgbmfk
官方網址 https://chromewebstore.google.com/detail/linked-out-free-lead-gene/mjembdcjnmkknecjcjjkpolikkcgbmfk
簡介 Scrape LinkedIn for user`s Email, Twitter handle and Website
檔案大小 513 KB
安裝次數 17
目前版本 1.0.5
更新時間 2020-07-17
上架時間 2020-06-28
評分 3.00/5 共 3 次評分
開發者 johnny
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linked Out - Free Lead Generator",
    "description": "Scrape LinkedIn for user`s Email, Twitter handle and Website",
    "manifest_version": 2,
    "version": "1.0.5",
    "icons": {
        "128": "icons\/icon_new.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "background\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon_new.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery.min.js",
                "lib\/xlsx.min.js",
                "lib\/filesaver.min.js",
                "lib\/cookie.js",
                "content\/content.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}