LeadBoost - Linkedin Automation Software

Automation Software for LinkedIn lead generation, social selling and job recruiting

Vad är LeadBoost - Linkedin Automation Software?

LeadBoost - Linkedin Automation Software är en Chrome-tillägg utvecklad av LinkBoost, och dess huvudfunktion är "Automation Software for LinkedIn lead generation, social selling and job recruiting".

Tilläggsskärmbilder

screenshot

Ladda ner LeadBoost - Linkedin Automation Software-förlängningens CRX-fil

Ladda ner LeadBoost - Linkedin Automation Software-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn LeadBoost - Linkedin Automation Software LeadBoost - Linkedin Automation Software
ID ieckbocolleajebljgmdgeogjckennck
Officiell webbadress https://chromewebstore.google.com/detail/leadboost-linkedin-automa/ieckbocolleajebljgmdgeogjckennck
Beskrivning Automation Software for LinkedIn lead generation, social selling and job recruiting
Filstorlek 42.83 KB
Antal Installationer 214
Aktuell Version 1.3
Senast Uppdaterad 2022-10-27
Publiceringsdatum 2021-02-15
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare LinkBoost
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://leadboost.me
Hjälpsida URL https://leadboost.me
URL till Sekretesspolicy Sidan https://linkboost.co/privacy
Stödda Språk 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\/*"
    ]
}