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”。

擴展截圖

screenshot

下載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 LeadBoost - Linkedin Automation Software
ID ieckbocolleajebljgmdgeogjckennck
官方網址 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\/*"
    ]
}