Prospect Role: Find email leads

Generate hundreds of leads with verified emails in seconds

Co je Prospect Role: Find email leads?

Prospect Role: Find email leads je rozšíření Chrome vyvinuté https://prospectrole.com, a jeho hlavní funkcí je „Generate hundreds of leads with verified emails in seconds“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Prospect Role: Find email leads

Stáhněte si soubory rozšíření Prospect Role: Find email leads ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Generate hundreds of leads with verified emails in seconds. 
 
With Prospect Role for Chrome you can generate thousands of role based leads and create, edit, and manage your lists on our brand new platform, with just a few clicks. Search for specific titles across the world and build your prospects list. 

This extension will combine your selected search criteria and generate specific queries in Google OR Bing. Once you’ve selected your leads, these will be transformed into a clean spreadsheet ready for export as CSV or Excel files. 

Alternatively, you can send your list to our intuitive Prospect Role platform. There you can search for and verify business emails in real-time as well as enrich your existing data - with almost no effort at all. Enriched data points include company name, company size, country, city, and number of employees. 

Prospect Role was built out of the need to save time and money by automating prospecting and facilitating outreach activities. It’s a great alternative to LinkedIn Sales Navigator and other lead generation tool.  

FAQs:
How many leads can I export? Is it free?

Yes, Prospect Role extension is free to use. You can export an unlimited amount of prospects. However the use of our Prospect Role platform - which provides aditional features - comes with a free trial but is subscription based. Check our our plans here: 

What is exported? 
You can export in .csv or .xlsx format

Why use Prospect Role? 
With Prospect Role you can fill your sales pipelines with relevant leads:
 
- Cold email campaigns: Generate hundreds of emails for your campaigns with personalized data fields (First name, Last name, Full name, Role, Email, Company, Country, LinkedIn URL) 
- LinkedIn sales outreach: Generate LinkedIn leads with URL and use it with other 3rd party tools to automate connections and messaging (e.g. with Phantombuster)
- Recruiting: Generate a list of suitable candidates with LinkedIn Profiles for any open position

Who is it for?
Business owners
Growth hackers
Email marketers
Social media content specialists
Sales specialists 
Recruiters
 
Prospect Role will become your go-to tool for targeted role based profile searches with verified business emails (e.g. Business owners, Product managers, Software developers, …). It’s a great companion to other tools that offer cold email marketing service solutions like Lemlist.com, Woodpecker.co, Instantly.ai

For any questions you might have please contact us via support web form on our website https://prospectrole.com 
Download the extension and sign up to get more information about our upcoming features.                    

Základní Informace o Rozšíření

Název Prospect Role: Find email leads Prospect Role: Find email leads
ID dalaacnaanmifofialpomlklmnkknmkk
Oficiální URL https://chromewebstore.google.com/detail/prospect-role-find-email/dalaacnaanmifofialpomlklmnkknmkk
Popis Generate hundreds of leads with verified emails in seconds
Velikost souboru 373 KB
Počet instalací 4,991
Aktuální Verze 1.1
Poslední Aktualizace 2022-12-20
Datum Vydání 2020-09-13
Hodnocení 4.40/5 Celkem 20 Hodnocení
Vývojář https://prospectrole.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://prospectrole.com
URL Stránky Nápovědy https://prospectrole.com/support
URL Stránky Zásad Ochrany Soukromí https://prospectrole.com/privacy-policy
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": ".\/src\/assets\/icon.png",
        "48": ".\/src\/assets\/icon.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/src\/assets\/icon.png"
        },
        "default_popup": ".\/src\/popup\/public\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                ".\/src\/content\/google.js"
            ],
            "matches": [
                "https:\/\/*.google.com\/search*"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "js": [
                ".\/src\/content\/bing.js"
            ],
            "matches": [
                "https:\/\/*.bing.com\/search*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "background": {
        "service_worker": "src\/background\/index.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "identity"
    ],
    "description": "Generate hundreds of leads with verified emails in seconds",
    "manifest_version": 3,
    "name": "Prospect Role: Find email leads",
    "short_name": "Prospect Role",
    "version": "1.1",
    "web_accessible_resources": [],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
    },
    "incognito": "not_allowed",
    "oauth2": {
        "client_id": "947099253460-l8vekctdf8oba62gep89dot9361i5bbr.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}