LeadBoost - Linkedin Automation Software

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

Co je LeadBoost - Linkedin Automation Software?

LeadBoost - Linkedin Automation Software je rozšíření Chrome vyvinuté LinkBoost, a jeho hlavní funkcí je „Automation Software for LinkedIn lead generation, social selling and job recruiting“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření LeadBoost - Linkedin Automation Software

Stáhněte si soubory rozšíření LeadBoost - Linkedin Automation Software ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název LeadBoost - Linkedin Automation Software LeadBoost - Linkedin Automation Software
ID ieckbocolleajebljgmdgeogjckennck
Oficiální URL https://chromewebstore.google.com/detail/leadboost-linkedin-automa/ieckbocolleajebljgmdgeogjckennck
Popis Automation Software for LinkedIn lead generation, social selling and job recruiting
Velikost souboru 42.83 KB
Počet instalací 214
Aktuální Verze 1.3
Poslední Aktualizace 2022-10-27
Datum Vydání 2021-02-15
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář LinkBoost
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://leadboost.me
URL Stránky Nápovědy https://leadboost.me
URL Stránky Zásad Ochrany Soukromí https://linkboost.co/privacy
Podporované Jazyky 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\/*"
    ]
}