ProspectSafari

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

Vad är ProspectSafari?

ProspectSafari är en Chrome-tillägg utvecklad av https://prospectsafari.com, och dess huvudfunktion är "Find new Prospects and add them to your CRM & ProspectSafari account.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner ProspectSafari-förlängningens CRX-fil

Ladda ner ProspectSafari-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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."                    

Grundläggande Information om Tillägg

Namn ProspectSafari ProspectSafari
ID faejceofmboiifnjmplajjilgijhnjpi
Officiell webbadress https://chromewebstore.google.com/detail/prospectsafari/faejceofmboiifnjmplajjilgijhnjpi
Beskrivning Find new Prospects and add them to your CRM & ProspectSafari account.
Filstorlek 294 KB
Antal Installationer 82
Aktuell Version 2.2.3
Senast Uppdaterad 2024-02-14
Publiceringsdatum 2021-10-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://prospectsafari.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://prospectsafari.com/
URL till Sekretesspolicy Sidan https://legal.prospectsafari.com/ProspectSafari_product_privacy_policy.html
Stödda Språk 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"
    }
}