Prosp

Automate LinkedIn Outreach with AI

Co to jest Prosp?

Prosp to rozszerzenie Chrome opracowane przez https://prosp.ai, a jego główną funkcją jest „Automate LinkedIn Outreach with AI”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Prosp

Pobierz pliki rozszerzeń Prosp w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Discover Prosp, the all-in-one prospecting tool that turns LinkedIn into your top acquisition channel.

With Prosp's intuitive extension, you can easily import prospects directly from LinkedIn and set up your prospecting campaign in just a few clicks - no technical skills needed.

⚙️ How does the Prosp extension work?

Use the Prosp extension on LinkedIn to extract profile lists from LinkedIn Search, and Sales Navigator

Set up your custom LinkedIn and email prospecting campaigns in no time.

Let Prosp handle your prospecting, freeing up 70% of your time to focus on closing deals.

🕵️‍♂️ Who is Prosp for?
Salespeople, marketers, freelancers, founders, and recruiters looking to expand their network and find prospects quickly and easily.

🚀 Advanced AI-Driven Prospecting
Utilize Prosp's AI to extract detailed profile information, creating personalized, engaging messages for effective LinkedIn and email campaigns. This technology ensures more relevant and impactful communication with your prospects, streamlining your lead generation efforts.

🎙️ Voice Cloning Technology
Prosp introduces a revolutionary voice cloning feature, enabling you to send customized voice notes in your own voice. This innovative approach adds a unique, personal touch to your digital outreach, enhancing engagement and setting your prospecting apart.

📧 Email Finderr
Find any LinkedIn profile's e-mail with our waterfall enrichment system.

📞 Phone Finder
Find any LinkedIn profile's phone number with our waterfall enrichment system.

🆓 FREE
Try Prosp for free today with our 14-day free trial, no credit card required. Prosp not a budget priority this year? No worries, opt for our freemium version to start prospecting at no cost.                    

Podstawowe informacje o rozszerzeniu

Nazwa Prosp Prosp
ID cnjgocodmpidbhdgihjnfgbcbeikkkcn
Oficjalny URL https://chromewebstore.google.com/detail/prosp/cnjgocodmpidbhdgihjnfgbcbeikkkcn
Opis Automate LinkedIn Outreach with AI
Rozmiar pliku 287 KB
Liczba instalacji 87
Aktualna Wersja 2.8
Ostatnia Aktualizacja 2024-02-27
Data Publikacji 2023-07-30
Deweloper https://prosp.ai
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://prosp.ai
Adres URL Strony Pomocy https://prosp.ai
Adres URL Strony Polityki Prywatności https://prosp.ai/privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Prosp",
    "description": "Automate LinkedIn Outreach with AI",
    "version": "2.8",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Prosp",
        "default_icon": {
            "16": "prosp-icon-16.png",
            "48": "prosp-icon-48.png",
            "128": "prosp-icon-128.png"
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/prosp.ai\/*",
        "http:\/\/localhost:3000\/*",
        "http:\/\/localhost:3000\/api\/*",
        "https:\/\/prosp.ai\/api\/*"
    ],
    "icons": {
        "16": "prosp-icon-16.png",
        "48": "prosp-icon-48.png",
        "128": "prosp-icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png",
                "assets\/*.svg",
                "img\/*.png",
                "img\/*.svg"
            ],
            "matches": [
                ""
            ],
            "permissions": [
                "read"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "http:\/\/localhost:3000\/*",
                "https:\/\/prosp.ai\/*"
            ],
            "run_at": "document_end",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}