Linked Out - Free Lead Generator

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

Apa itu Linked Out - Free Lead Generator?

Linked Out - Free Lead Generator adalah ekstensi Chrome yang dikembangkan oleh johnny, dan fitur utamanya adalah "Scrape LinkedIn for user`s Email, Twitter handle and Website".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Linked Out - Free Lead Generator

Unduh file ekstensi Linked Out - Free Lead Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Linked Out - Free Lead Generator Linked Out - Free Lead Generator
ID mjembdcjnmkknecjcjjkpolikkcgbmfk
URL Resmi https://chromewebstore.google.com/detail/linked-out-free-lead-gene/mjembdcjnmkknecjcjjkpolikkcgbmfk
Deskripsi Scrape LinkedIn for user`s Email, Twitter handle and Website
Ukuran File 513 KB
Jumlah Instalasi 17
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2020-07-17
Tanggal Publikasi 2020-06-28
Penilaian 3.00/5 Total 3 Penilaian
Pengembang johnny
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}