ProspectIn - #1 LinkedIn Automation Software

Generate new qualified leads and save more than 70% of your Linkedin prospecting time.

O que é ProspectIn - #1 LinkedIn Automation Software?

ProspectIn - #1 LinkedIn Automation Software é uma extensão do Chrome desenvolvida por https://prospectin.fr, e sua principal característica é "Generate new qualified leads and save more than 70% of your Linkedin prospecting time.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ProspectIn - #1 LinkedIn Automation Software

Baixe arquivos de extensão ProspectIn - #1 LinkedIn Automation Software no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        🚀 Do you want to automate your LinkedIn prospecting? Automatic connection requests, bulk-messaging, LinkedIn profiles export. The best automation tool for LinkedIn.

⭐ Introduction:

ProspectIn is a Chrome-based extension that allows you to fully automate your LinkedIn prospecting tasks, while staying under the daily limits fixed by LinkedIn. 
Sequence your actions according to specific delays and conditions, all in a completely automated way.
ProspectIn is safe and easy to use, all you need to do is select your action, launch the extension, and watch your business grow!

⭐ Features:

▶️ Build your own drip campaigns on LinkedIn thanks to our marketing scenarios 
▶️ Send bulk connect with a personalized note
▶️ Auto-follow prospects
▶️ Auto visit profiles
▶️ Send personalized bulk messages
▶️ Create different campaigns depending on your targets
▶️ Export your data to CSV file	
▶️ Compatible with LinkedIn Free, Sales Navigator, Premium and Recruiter lite accounts

⭐ How it works:

✅ Drip campaign scenarios: this feature works as an advanced marketing automation tool where you can define an entire scenario through which your prospects will go. You can choose different actions such as connect/visit/follow/message, delay between actions, and conditions on message such as "message viewed / not viewed"

✅ Bulk Connect: you can create personalized note using [firstname] and [lastname] variables, save them to use them later, and send bulk connect invites to the prospects from your selected campaigns

✅ Auto Visit Profiles: select a number of profiles to visit from your campaign, ProspectIn will then visit profiles one by one. The psychology of human curiosity will prompt them to see yours in return.

✅ Auto Follow Profiles: this works as the Auto Visit feature, but it's even more powerful as every user will see that you personally followed them, and they might add you to their network in return, helping promoting your profile.

✅ Send Personalized Bulk Messages: as in the Bulk Connect feature, you can create personalized messages using [firstname] and [lastname] variables, save them as templates to use them later, and automatically send your message to the prospects of your selected campaigns. We will make sure that you don’t send too many messages by fixing daily limits, if you reach the limit, the remaining messages will be queued and sent the day after.

✅ Create different campaigns: with ProspectIn you can create different campaigns to classify your prospects in different categories and target specific type of people depending on your goals.

✅ Build your own LinkedIn CRM: we provide you with a historic of all interactions with your prospects on the CRM and allow you to synchronize it with your CRM. It is also possible to directly download theses data in a CSV file.

✅ Safe to use: ProspectIn simulates human behaviour by including delays between actions and by setting daily limits with the number of messages and invites sent to make sure that it stays safe to use.

✅ ProspectIn is compatible with all LinkedIn accounts, whether you use LinkedIn Free, Premium, Sales Navigator and Recruiter Lite accounts.


🚀 ProspectIn is the ultimate Dux Soup, Octopus CRM, LinkedHelper, PhantomBuster, Meet Alfred, Meet Linda, alternative for any recruiter, marketer or entrepreneur who wants to automate his or her LinkedIn activity. Try it for free and start saving time now! 🚀                    

Informações Básicas da Extensão

Nome ProspectIn - #1 LinkedIn Automation Software ProspectIn - #1 LinkedIn Automation Software
ID ohmpcdmgbjhkhnljkaeeahndchboiici
URL Oficial https://chromewebstore.google.com/detail/prospectin-1-linkedin-aut/ohmpcdmgbjhkhnljkaeeahndchboiici
Descrição Generate new qualified leads and save more than 70% of your Linkedin prospecting time.
Tamanho do Arquivo 584 KB
Contagem de Instalações 27,482
Versão Atual 1.6.39
Última Atualização 2023-02-22
Data de Publicação 2020-06-19
Classificação 4.66/5 Total de 106 Avaliações
Desenvolvedor https://prospectin.fr
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.prospectin.fr
URL da Página de Política de Privacidade https://www.prospectin.fr/en/privacy
Idiomas Suportados en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.6.39",
    "author": "prospectin.fr",
    "homepage_url": "https:\/\/www.prospectin.fr",
    "short_name": "The sales prospecting, autopilot, linked helper (linkedhelper), dux soup, Lead generation linkedin, linkedin prospecting tool, and LinkedIn lead generation tool: auto connect, send automated messages and skrapp!",
    "permissions": [
        "storage",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "https:\/\/www.prospectin.fr\/*",
        "https:\/\/www.prospectin.link\/*",
        "https:\/\/blog.waalaxy.com\/*",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/www.waal.ink\/*"
    ],
    "background": {
        "scripts": [
            ".\/extension\/background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                ".\/extension\/searchRecorder.bundle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                ".\/extension\/content-script.bundle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/feed\/*"
            ],
            "js": [
                ".\/extension\/tutorial.bundle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                ".\/extension\/piwaaBadge.bundle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/feed\/*"
            ],
            "js": [
                ".\/extension\/podawaaBadge.bundle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/checkpoint\/*"
            ],
            "js": [
                ".\/extension\/listenerRestrict.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/app-prospectin-staging.herokuapp.com\/*",
            "https:\/\/app.prospectin.fr\/*"
        ]
    },
    "web_accessible_resources": [
        "\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/widget.intercom.io https:\/\/js.intercomcdn.com 'sha256-YOUGnVwm3VouzuQ7VlDdR375WOBsHQfceJatSk0bwbM=' 'sha256-H8tHkXCVCisCH1cSuF\/\/x8r9TqkUQQUYm\/+YLX5cF4U=' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}