LeadBoost - Linkedin Automation Software
Automation Software for LinkedIn lead generation, social selling and job recruiting
Was ist LeadBoost - Linkedin Automation Software?
LeadBoost - Linkedin Automation Software ist eine Chrome-Erweiterung, die von LinkBoost entwickelt wurde, und ihr Hauptmerkmal ist "Automation Software for LinkedIn lead generation, social selling and job recruiting".
Erweiterungsscreenshots
LeadBoost - Linkedin Automation Software-Erweiterungs-CRX-Datei herunterladen
Laden Sie LeadBoost - Linkedin Automation Software-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | LeadBoost - Linkedin Automation Software |
ID | ieckbocolleajebljgmdgeogjckennck |
Offizielle URL | https://chromewebstore.google.com/detail/leadboost-linkedin-automa/ieckbocolleajebljgmdgeogjckennck |
Beschreibung | Automation Software for LinkedIn lead generation, social selling and job recruiting |
Dateigröße | 42.83 KB |
Installationsanzahl | 214 |
Aktuelle Version | 1.3 |
Letztes Update | 2022-10-27 |
Veröffentlichungsdatum | 2021-02-15 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | LinkBoost |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://leadboost.me |
Hilfeseite URL | https://leadboost.me |
URL der Datenschutzrichtlinien-Seite | https://linkboost.co/privacy |
Unterstützte Sprachen | 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\/*" ] } |