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 |
Eメール | [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\/*" ] } |