LeadBoost - Linkedin Automation Software
Automation Software for LinkedIn lead generation, social selling and job recruiting
什么是LeadBoost - Linkedin Automation Software?
LeadBoost - Linkedin Automation Software是由LinkBoost开发的Chrome扩展程序,该扩展的主要功能是“Automation Software for LinkedIn lead generation, social selling and job recruiting”。
扩展截图
下载LeadBoost - Linkedin Automation Software扩展crx文件
下载LeadBoost - Linkedin Automation Software扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | LeadBoost - Linkedin Automation Software |
ID | ieckbocolleajebljgmdgeogjckennck |
官方URL | https://chromewebstore.google.com/detail/leadboost-linkedin-automa/ieckbocolleajebljgmdgeogjckennck |
简介 | Automation Software for LinkedIn lead generation, social selling and job recruiting |
文件大小 | 42.83 KB |
安装次数 | 214 |
当前版本 | 1.3 |
更新时间 | 2022-10-27 |
上架时间 | 2021-02-15 |
评分 | 3.00/5 共2次评分 |
开发者 | LinkBoost |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://leadboost.me |
帮助页面URL | https://leadboost.me |
隐私政策页面URL | https://linkboost.co/privacy |
支持的语言 | 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\/*" ] } |