LeadBoost - Linkedin Automation Software
Automation Software for LinkedIn lead generation, social selling and job recruiting
What is LeadBoost - Linkedin Automation Software?
LeadBoost - Linkedin Automation Software is a Chrome extension developed by LinkBoost, and its main feature is "Automation Software for LinkedIn lead generation, social selling and job recruiting".
Extension Screenshots
Download LeadBoost - Linkedin Automation Software Extension CRX File
Download LeadBoost - Linkedin Automation Software extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | LeadBoost - Linkedin Automation Software |
ID | ieckbocolleajebljgmdgeogjckennck |
Official URL | https://chromewebstore.google.com/detail/leadboost-linkedin-automa/ieckbocolleajebljgmdgeogjckennck |
Description | Automation Software for LinkedIn lead generation, social selling and job recruiting |
File Size | 42.83 KB |
Installation Count | 214 |
Current Version | 1.3 |
Last Updated | 2022-10-27 |
Publish Date | 2021-02-15 |
Rating | 3.00/5 Total 2 Ratings |
Developer | LinkBoost |
[email protected] | |
Payment Type | free |
Extension Website | https://leadboost.me |
Help Page URL | https://leadboost.me |
Privacy Policy Page URL | https://linkboost.co/privacy |
Supported Languages | 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\/*" ] } |