LeadBoost - Linkedin Automation Software

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

Wat is LeadBoost - Linkedin Automation Software?

LeadBoost - Linkedin Automation Software is een Chrome-extensie ontwikkeld door LinkBoost, en de belangrijkste functie is "Automation Software for LinkedIn lead generation, social selling and job recruiting".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LeadBoost - Linkedin Automation Software

Download LeadBoost - Linkedin Automation Software-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam LeadBoost - Linkedin Automation Software LeadBoost - Linkedin Automation Software
ID ieckbocolleajebljgmdgeogjckennck
Officiële URL https://chromewebstore.google.com/detail/leadboost-linkedin-automa/ieckbocolleajebljgmdgeogjckennck
Beschrijving Automation Software for LinkedIn lead generation, social selling and job recruiting
Bestandsgrootte 42.83 KB
Aantal Installaties 214
Huidige Versie 1.3
Laatst Bijgewerkt 2022-10-27
Publicatiedatum 2021-02-15
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar LinkBoost
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://leadboost.me
Help Pagina-URL https://leadboost.me
URL van de Privacybeleid Pagina https://linkboost.co/privacy
Ondersteunde Talen 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\/*"
    ]
}