Linked Out - Free Lead Generator

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

Wat is Linked Out - Free Lead Generator?

Linked Out - Free Lead Generator is een Chrome-extensie ontwikkeld door johnny, en de belangrijkste functie is "Scrape LinkedIn for user`s Email, Twitter handle and Website".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Linked Out - Free Lead Generator

Download Linked Out - Free Lead Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Linked Out - Free Lead Generator Linked Out - Free Lead Generator
ID mjembdcjnmkknecjcjjkpolikkcgbmfk
Officiële URL https://chromewebstore.google.com/detail/linked-out-free-lead-gene/mjembdcjnmkknecjcjjkpolikkcgbmfk
Beschrijving Scrape LinkedIn for user`s Email, Twitter handle and Website
Bestandsgrootte 513 KB
Aantal Installaties 17
Huidige Versie 1.0.5
Laatst Bijgewerkt 2020-07-17
Publicatiedatum 2020-06-28
Beoordeling 3.00/5 Totaal 3 Beoordelingen
Ontwikkelaar johnny
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}