LeadBoost - Linkedin Automation Software
Automation Software for LinkedIn lead generation, social selling and job recruiting
LeadBoost - Linkedin Automation Software là gì?
LeadBoost - Linkedin Automation Software là một tiện ích mở rộng Chrome được phát triển bởi LinkBoost, và tính năng chính của nó là "Automation Software for LinkedIn lead generation, social selling and job recruiting".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LeadBoost - Linkedin Automation Software
Tải xuống các tệp mở rộng LeadBoost - Linkedin Automation Software dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LeadBoost - Linkedin Automation Software |
ID | ieckbocolleajebljgmdgeogjckennck |
URL Chính Thức | https://chromewebstore.google.com/detail/leadboost-linkedin-automa/ieckbocolleajebljgmdgeogjckennck |
Mô tả | Automation Software for LinkedIn lead generation, social selling and job recruiting |
Kích Thước Tệp | 42.83 KB |
Số Lần Cài Đặt | 214 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2022-10-27 |
Ngày Phát Hành | 2021-02-15 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | LinkBoost |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://leadboost.me |
URL Trang Trợ Giúp | https://leadboost.me |
URL Trang Chính Sách Bảo Mật | https://linkboost.co/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |