LeadBoost - Linkedin Automation Software

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

Qu'est-ce que LeadBoost - Linkedin Automation Software ?

LeadBoost - Linkedin Automation Software est une extension Chrome développée par LinkBoost, et sa fonction principale est "Automation Software for LinkedIn lead generation, social selling and job recruiting".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LeadBoost - Linkedin Automation Software

Téléchargez les fichiers d'extension LeadBoost - Linkedin Automation Software au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom LeadBoost - Linkedin Automation Software LeadBoost - Linkedin Automation Software
ID ieckbocolleajebljgmdgeogjckennck
URL Officiel https://chromewebstore.google.com/detail/leadboost-linkedin-automa/ieckbocolleajebljgmdgeogjckennck
Description Automation Software for LinkedIn lead generation, social selling and job recruiting
Taille du Fichier 42.83 KB
Nombre d'Installations 214
Version Actuelle 1.3
Dernière Mise à Jour 2022-10-27
Date de Publication 2021-02-15
Évaluation 3.00/5 Total 2 Évaluations
Développeur LinkBoost
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://leadboost.me
URL de la Page d'Aide https://leadboost.me
URL de la Page de Politique de Confidentialité https://linkboost.co/privacy
Langues Prises en Charge 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\/*"
    ]
}