ProspectSafari

Find new Prospects and add them to your CRM & ProspectSafari account.

什麼是ProspectSafari?

ProspectSafari是由https://prospectsafari.com開發的Chrome擴展程式,該擴展的主要功能是“Find new Prospects and add them to your CRM & ProspectSafari account.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載ProspectSafari擴展crx文件

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

擴展使用說明

                        Streamline your B2B lead generation & save hours of copy & paste data entry to your CRM.

Improve sales productivity; in a few clicks, capture hundreds of business prospects (by type / region) through an automated search & data extraction process.

Automatically identify technology platforms & key word strings and extract social media links and contact details from each prospect website.

Grab contact details from any website and add them to your prospect lists.

With a ProspectSafari account you can quickly flick through your prospect lists with instant website display (zero loading time) together with contact details, extracted data, notes, communication history etc. 

Connect ProspectSafari to Hubspot, Email, Google Forms for seamless integration;

  * Instantly add captured data to Hubspot
  * Add new prospects in a few clicks
  * Modify Hubspot data whilst viewing a prospect website
  * Scrape & Review websites of Hubspot inbound leads with an intuitive UI
  * Send emails, use templates and email sequences 
  * Show emails sent, received, opened, clicked in the timeline
  * Add call logs & notes and keep in sync with Hubspot
  * Display a survey form or cold call script next to the CRM data. Enter and view responses for each prospect.

What our users say;

  "All our prospecting is based on reviewing websites of target businesses. ProspectSafari is the perfect tool for this. Why did no-one think of this before?"

 "ProspectSafari saves us about 30 hours per month for each sales person. It provides automated list generation and data extraction but then presents the list in the most obvious and efficient way for us to apply human judgment."

  "We have purchased mailing lists before but they are of poor quality. By generating fresh, current data ProspectSafari is a lower cost and more efficient alternative."

  "We need to review all the businesses of a certain type in each target region. We need to know what back-end systems are connected to their website. By exploring the website we need to quickly categorize each prospect using our A/B/C system and add some key observations. We need an email and phone number for each. We then send marketing emails from Hubspot or MailChimp based on the collected data. NOTHING is as good as ProspectSafari for this process."

 "We are looking for very specific M&A target companies. Using ProspectSafari's automated search, I have done in 2 hours what our intern couldn't achieve in 2 weeks."

  "This is a perfect compliment to our Hubspot CRM: fast prospect generation & data extraction, and an efficient way for us to categorize prospects based on their website information"

    "We now use ProspectSafari as the CRM for our new business sales team."                    

擴展基本資訊

名稱 ProspectSafari ProspectSafari
ID faejceofmboiifnjmplajjilgijhnjpi
官方網址 https://chromewebstore.google.com/detail/prospectsafari/faejceofmboiifnjmplajjilgijhnjpi
簡介 Find new Prospects and add them to your CRM & ProspectSafari account.
檔案大小 294 KB
安裝次數 82
目前版本 2.2.3
更新時間 2024-02-14
上架時間 2021-10-04
評分 5.00/5 共 1 次評分
開發者 https://prospectsafari.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://prospectsafari.com/
隱私政策頁面URL https://legal.prospectsafari.com/ProspectSafari_product_privacy_policy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ProspectSafari",
    "description": "Find new Prospects and add them to your CRM & ProspectSafari account.",
    "version": "2.2.3",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/logo.png",
        "32": ".\/images\/logo.png",
        "48": ".\/images\/logo.png",
        "128": ".\/images\/logo.png"
    },
    "action": {
        "default_popup": "Popup.html",
        "default_icon": ".\/images\/logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                ".\/logo\/data.png",
                ".\/images\/logo.png"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "notifications",
        "activeTab",
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.prospectsafari.com\/*"
            ],
            "js": [
                "prospector_website.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "linkedin_script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/forms\/d\/*",
                "https:\/\/docs.google.com\/forms\/u\/*"
            ],
            "all_frames": true,
            "js": [
                "google_form.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}