BROSH for LinkedIn and Gmail + Automation

Better Leads, Smart Templates, Powerful CRM - Be More Productive with BROSH CRM!

What is BROSH for LinkedIn and Gmail + Automation?

BROSH for LinkedIn and Gmail + Automation is a Chrome extension developed by https://brosh.io, and its main feature is "Better Leads, Smart Templates, Powerful CRM - Be More Productive with BROSH CRM!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download BROSH for LinkedIn and Gmail + Automation Extension CRX File

Download BROSH for LinkedIn and Gmail + Automation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        BROSH CRM enables sales and marketing teams to sell faster than ever before by offering them the right messaging tools and data at the right time and place. 

📣 Send better messages faster and grow your business with ease, add leads with a push of a button to your CRM 📣

🎉🎉🎉 HOW DOES IT WORK? 🎉🎉🎉

🔥 FREE UNLIMITED Message templates for linkedin and Sales navigator, engage your prospects and colleague like never before! 🔥

🔎  LinkedIn Prospector, Social Selling and Automation - Prospect faster with BROSH’s verified contact data, insights, and automation. Launch a  drip campign directly from LinkedIn. Use the extension to get contact's email, phone and other details, use sales navigator to add contacts in bulk into lists (Email and phone Extractor on steroids). 

📩  Auto Create contacts and email from incoming emails (Gmail / outlook/ other services), apply automation to incoming  / outgoing emails, do auto follow ups, auto updates and more.
★  Send bulk email / mass emails / automated emails

💣  Get the email address of any contact in the world - 100% valid email + phone +other details! this also known as email finder, email extractor, email verifier, phone finder.

🌀  Clean duplicates with ease 🌀

🍵  Fill-in missing details and create new contacts/accounts records on-demand and automatically 

🧑‍💼  Manage sales and customer relationships directly inside Gmail and LinkedIn with ease through BROSH CRM. Stop switching back and forth between your inbox and other tools. 

🔍 Auto search and Auto fill data 🔍
When you access a record in your favorite tool the CRM automatically searches for the matching record inside the CRM and if no record is found then it will offer you to insert it as new record. Click the magnifying glass to open the record or the contact icon to create a new person. Select name + email to add a contacts.

⚒️ Built into the tools you already use ⚒️
Work where you already are — inside your inbox!  Built directly inside of Gmail to help you access and gather your data quickly.

🐝 A hive-mind for your team 🐝
Easily collaborate and share emails, notes, call logs with your team so you can pick up where they left off.  Access pipeline data alongside your emails and from your pocket so you always have the context you need. Auto-log outgoing and incoming emails when you reply to an email.

🛁 Your pipeline on autopilot 🛁
Automatically capture data from the contacts and emails you send and receive in your pipelines. Get notified as leads progress through your pipeline and never forget to follow up with tasks and reminders.  

📥 Supercharge your inbox with email power tools 📥
Manage your conversations at scale and eliminate repetitive emails using smart Mail Merge. Schedule crucial emails for the appropriate time using BROSH automation and know exactly when to follow up with Email Tracking.

📱 We’ve got you covered 📱
- Native mobile apps
- Comprehensive integrations with GSuite, Zapier and APIs to connect to everything you need to
- Rigorous security and privacy

🆓 🆓🆓 FREE TO START! 🆓🆓🆓

Unlock value at the get-go with BROSH’s free pricing tier that provides you access to our Chrome Extension, engagement features, and 100 email credits per month.

💥💥💥 WHY BROSH? 💥💥💥

BROSH provides access to the world’s most futuristic platform including zero-day validated data, most accurate, and most in-depth B2B platform, along with tools to automate your entire workflow in one single platform. Use BROSH to find top prospects, contact decision makers, increase pipeline, and grow revenue.

Access zero-day validated information on contacts, launch personalized email sequences, and build automations across your pipeline from end-to-end. BROSH is simple to set up, free to try, and performs right out-of-the-box.

----------------------------------------------------
Have questions or comments about BROSH? Email us at [email protected], we would love to hear from you!

Email: [email protected] / [email protected]
Website:  https://www.brosh.io
US: +1-386-868-3525
UK: +44-203-868-3411
IL: +972-9-765-0386
Privacy Policy: https://www.brosh.io/page/privacy


** You can now login to the service with your google account using Google one-tap Authentication **                    

Extension Basic Information

Name BROSH for LinkedIn and Gmail + Automation BROSH for LinkedIn and Gmail + Automation
ID bhjeblnbniahjoghbcngookdjdjjllde
Official URL https://chromewebstore.google.com/detail/brosh-for-linkedin-and-gm/bhjeblnbniahjoghbcngookdjdjjllde
Description Better Leads, Smart Templates, Powerful CRM - Be More Productive with BROSH CRM!
File Size 843 KB
Installation Count 54
Current Version 1.65
Last Updated 2024-02-13
Publish Date 2022-08-23
Rating 4.95/5 Total 112 Ratings
Developer https://brosh.io
Email [email protected]
Payment Type free
Extension Website https://www.brosh.io
Help Page URL https://www.brosh.io/page/about-us
Privacy Policy Page URL https://www.brosh.io/page/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BROSH for LinkedIn and Gmail + Automation",
    "description": "Better Leads, Smart Templates, Powerful CRM - Be More Productive with BROSH CRM!",
    "version": "1.65",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScript.css",
                "jquery-ui.min.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "contentScriptLI.js"
            ],
            "css": [
                "contentScriptLI.css",
                "jquery-ui.min.css",
                "jquery-ui.theme.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/localhost\/*",
        "https:\/\/*..brosh.io\/*",
        "https:\/\/app.brosh.io\/*",
        "https:\/\/mail.google.com\/*",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/www.google.com\/*"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_title": "BROSH CRM",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}