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 - это расширение Chrome, разработанное johnny, и его основная функция - "Scrape LinkedIn for user`s Email, Twitter handle and Website".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Linked Out - Free Lead Generator

Скачайте файлы расширений 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
Официальный URL 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"
        }
    ]
}