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
官方URL 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"
    }
}