Prosp

Automate LinkedIn Outreach with AI

什麼是Prosp?

Prosp是由https://prosp.ai開發的Chrome擴展程式,該擴展的主要功能是“Automate LinkedIn Outreach with AI”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Prosp擴展crx文件

下載Prosp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}