Linked Out - Free Lead Generator

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

Vad är Linked Out - Free Lead Generator?

Linked Out - Free Lead Generator är en Chrome-tillägg utvecklad av johnny, och dess huvudfunktion är "Scrape LinkedIn for user`s Email, Twitter handle and Website".

Tilläggsskärmbilder

screenshot

Ladda ner Linked Out - Free Lead Generator-förlängningens CRX-fil

Ladda ner Linked Out - Free Lead Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Linked Out - Free Lead Generator Linked Out - Free Lead Generator
ID mjembdcjnmkknecjcjjkpolikkcgbmfk
Officiell webbadress https://chromewebstore.google.com/detail/linked-out-free-lead-gene/mjembdcjnmkknecjcjjkpolikkcgbmfk
Beskrivning Scrape LinkedIn for user`s Email, Twitter handle and Website
Filstorlek 513 KB
Antal Installationer 17
Aktuell Version 1.0.5
Senast Uppdaterad 2020-07-17
Publiceringsdatum 2020-06-28
Betyg 3.00/5 Totalt 3 Betyg
Utvecklare johnny
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}