Prosp

Automate LinkedIn Outreach with AI

Prosp क्या है?

Prosp https://prosp.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate LinkedIn Outreach with AI"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Prosp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Prosp Prosp
ID cnjgocodmpidbhdgihjnfgbcbeikkkcn
आधिकारिक URL https://chromewebstore.google.com/detail/prosp/cnjgocodmpidbhdgihjnfgbcbeikkkcn
विवरण Automate LinkedIn Outreach with AI
फ़ाइल का आकार 287 KB
स्थापना संख्या 87
वर्तमान संस्करण 2.8
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2023-07-30
डेवलपर https://prosp.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://prosp.ai
सहायता पृष्ठ URL https://prosp.ai
गोपनीयता नीति पृष्ठ URL https://prosp.ai/privacy
समर्थित भाषाएँ 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"
            ]
        }
    ]
}