Prosp

Automate LinkedIn Outreach with AI

¿Qué es Prosp?

Prosp es una extensión de Chrome desarrollada por https://prosp.ai, y su función principal es "Automate LinkedIn Outreach with AI".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Prosp

Descarga archivos de extensión Prosp en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Prosp Prosp
ID cnjgocodmpidbhdgihjnfgbcbeikkkcn
URL Oficial https://chromewebstore.google.com/detail/prosp/cnjgocodmpidbhdgihjnfgbcbeikkkcn
Descripción Automate LinkedIn Outreach with AI
Tamaño del Archivo 287 KB
Cantidad de Instalaciones 87
Versión Actual 2.8
Última Actualización 2024-02-27
Fecha de Publicación 2023-07-30
Desarrollador https://prosp.ai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://prosp.ai
URL de la Página de Ayuda https://prosp.ai
URL de la Página de Política de Privacidad https://prosp.ai/privacy
Idiomas Soportados 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"
            ]
        }
    ]
}