Linkleadin Leads Generator

Find verified email addresses on LinkedIn, Google Map, SERP and from website!

Что такое Linkleadin Leads Generator?

Linkleadin Leads Generator - это расширение Chrome, разработанное https://soletstalkapp.com, и его основная функция - "Find verified email addresses on LinkedIn, Google Map, SERP and from website!".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Linkleadin Leads Generator

Скачайте файлы расширений Linkleadin Leads Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Linkleadin helps you automate generation of quality B2B and B2C sales leads by extracting information from public profiles. It is a lead generation and sales prospecting software. 

All data can be exported as a CSV file. 

This is not a Free Extension and offers Yearly and Lifetime subscription options at affordable prices for unlimited use. The subscription plans require payment that is processed by Razorpay.

If you like this chrome extension, consider sharing your review with us. Your support will help us make this extension more robust.
For any issues related to the WA Contacts Extractor Extension, then feel free to reach out to us on [email protected].

DISCLAIMER:
This Chrome plugin is NOT endorsed or certified by LinkedIn Inc and is merely an unofficial enhancement and automation tool that works with Linkedin for Web.
The privacy of the users is important to us. We don’t broadcast, sell, share or distribute any user collected data. The extension was designed to keep privacy of our users in mind. For more information, read:

SoLetsTalkDigital privacy policy: https://soletstalkapp.com/privacy
Razorpay privacy policy: https://razorpay.com/privacy/                    

Основная информация о расширении

Название Linkleadin Leads Generator Linkleadin Leads Generator
ID okmfdgkaapdhdokbacknedpgeieegbpc
Официальный URL https://chromewebstore.google.com/detail/linkleadin-leads-generato/okmfdgkaapdhdokbacknedpgeieegbpc
Описание Find verified email addresses on LinkedIn, Google Map, SERP and from website!
Размер файла 3.46 MB
Количество установок 465
Текущая Версия 1.1.0
Последнее Обновление 2022-08-08
Дата публикации 2020-07-28
Рейтинг 4.20/5 Всего 5 оценок
Разработчик https://soletstalkapp.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://soletstalkapp.com
URL страницы помощи https://soletstalkapp.com/contact
URL страницы политики конфиденциальности https://soletstalkdigital.com/pages/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkleadin Leads Generator",
    "description": "Find verified email addresses on LinkedIn, Google Map, SERP and from website!",
    "version": "1.1.0",
    "manifest_version": 2,
    "icons": {
        "48": "assets\/icons\/logo.png",
        "128": "assets\/icons\/logo.png"
    },
    "browser_action": {
        "default_title": "Linkleadin Leads Generator",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "cookies",
        "background",
        "identity",
        "identity.email",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}