Linked Out - Free Lead Generator

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

Qu'est-ce que Linked Out - Free Lead Generator ?

Linked Out - Free Lead Generator est une extension Chrome développée par johnny, et sa fonction principale est "Scrape LinkedIn for user`s Email, Twitter handle and Website".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Linked Out - Free Lead Generator

Téléchargez les fichiers d'extension Linked Out - Free Lead Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Linked Out - Free Lead Generator Linked Out - Free Lead Generator
ID mjembdcjnmkknecjcjjkpolikkcgbmfk
URL Officiel https://chromewebstore.google.com/detail/linked-out-free-lead-gene/mjembdcjnmkknecjcjjkpolikkcgbmfk
Description Scrape LinkedIn for user`s Email, Twitter handle and Website
Taille du Fichier 513 KB
Nombre d'Installations 17
Version Actuelle 1.0.5
Dernière Mise à Jour 2020-07-17
Date de Publication 2020-06-28
Évaluation 3.00/5 Total 3 Évaluations
Développeur johnny
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}