LeadBoost - Linkedin Automation Software

Automation Software for LinkedIn lead generation, social selling and job recruiting

Что такое LeadBoost - Linkedin Automation Software?

LeadBoost - Linkedin Automation Software - это расширение Chrome, разработанное LinkBoost, и его основная функция - "Automation Software for LinkedIn lead generation, social selling and job recruiting".

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

screenshot

Скачать файл CRX расширения LeadBoost - Linkedin Automation Software

Скачайте файлы расширений LeadBoost - Linkedin Automation Software в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        LeadBoost is a Chrome-based extension that allows you to fully automate your LinkedIn prospecting tasks, while staying under the daily limits fixed by LinkedIn. 

We are safe and easy to use, all you need to do is select your action, launch the extension, and watch your business grow!                    

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

Название LeadBoost - Linkedin Automation Software LeadBoost - Linkedin Automation Software
ID ieckbocolleajebljgmdgeogjckennck
Официальный URL https://chromewebstore.google.com/detail/leadboost-linkedin-automa/ieckbocolleajebljgmdgeogjckennck
Описание Automation Software for LinkedIn lead generation, social selling and job recruiting
Размер файла 42.83 KB
Количество установок 214
Текущая Версия 1.3
Последнее Обновление 2022-10-27
Дата публикации 2021-02-15
Рейтинг 3.00/5 Всего 2 оценок
Разработчик LinkBoost
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://leadboost.me
URL страницы помощи https://leadboost.me
URL страницы политики конфиденциальности https://linkboost.co/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LeadBoost - Linkedin Automation Software",
    "version": "1.3",
    "default_locale": "en",
    "description": "Automation Software for LinkedIn lead generation, social selling and job recruiting",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "short_name": "LeadBoost",
    "homepage_url": "https:\/\/leadboost.me",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "src\/jquery-3.5.1.min.js",
                "src\/linkedinScrape.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "LeadBoost",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "cookies",
        "*:\/\/*.linkedin.com\/*"
    ]
}