Prosp

Automate LinkedIn Outreach with AI

Qu'est-ce que Prosp ?

Prosp est une extension Chrome développée par https://prosp.ai, et sa fonction principale est "Automate LinkedIn Outreach with AI".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Prosp

Téléchargez les fichiers d'extension Prosp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Prosp Prosp
ID cnjgocodmpidbhdgihjnfgbcbeikkkcn
URL Officiel https://chromewebstore.google.com/detail/prosp/cnjgocodmpidbhdgihjnfgbcbeikkkcn
Description Automate LinkedIn Outreach with AI
Taille du Fichier 287 KB
Nombre d'Installations 87
Version Actuelle 2.8
Dernière Mise à Jour 2024-02-27
Date de Publication 2023-07-30
Développeur https://prosp.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://prosp.ai
URL de la Page d'Aide https://prosp.ai
URL de la Page de Politique de Confidentialité https://prosp.ai/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}