LeadBoost - Linkedin Automation Software

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

Co to jest LeadBoost - Linkedin Automation Software?

LeadBoost - Linkedin Automation Software to rozszerzenie Chrome opracowane przez LinkBoost, a jego główną funkcją jest „Automation Software for LinkedIn lead generation, social selling and job recruiting”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia LeadBoost - Linkedin Automation Software

Pobierz pliki rozszerzeń LeadBoost - Linkedin Automation Software w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa LeadBoost - Linkedin Automation Software LeadBoost - Linkedin Automation Software
ID ieckbocolleajebljgmdgeogjckennck
Oficjalny URL https://chromewebstore.google.com/detail/leadboost-linkedin-automa/ieckbocolleajebljgmdgeogjckennck
Opis Automation Software for LinkedIn lead generation, social selling and job recruiting
Rozmiar pliku 42.83 KB
Liczba instalacji 214
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2022-10-27
Data Publikacji 2021-02-15
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper LinkBoost
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://leadboost.me
Adres URL Strony Pomocy https://leadboost.me
Adres URL Strony Polityki Prywatności https://linkboost.co/privacy
Obsługiwane Języki 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\/*"
    ]
}