BROSH for LinkedIn and Gmail + Automation
Better Leads, Smart Templates, Powerful CRM - Be More Productive with BROSH CRM!
什麼是BROSH for LinkedIn and Gmail + Automation?
BROSH for LinkedIn and Gmail + Automation是由https://brosh.io開發的Chrome擴展程式,該擴展的主要功能是“Better Leads, Smart Templates, Powerful CRM - Be More Productive with BROSH CRM!”。
擴展截圖
下載BROSH for LinkedIn and Gmail + Automation擴展crx文件
下載BROSH for LinkedIn and Gmail + Automation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 **
擴展基本資訊
名稱 | BROSH for LinkedIn and Gmail + Automation |
ID | bhjeblnbniahjoghbcngookdjdjjllde |
官方網址 | https://chromewebstore.google.com/detail/brosh-for-linkedin-and-gm/bhjeblnbniahjoghbcngookdjdjjllde |
簡介 | Better Leads, Smart Templates, Powerful CRM - Be More Productive with BROSH CRM! |
檔案大小 | 843 KB |
安裝次數 | 54 |
目前版本 | 1.65 |
更新時間 | 2024-02-13 |
上架時間 | 2022-08-23 |
評分 | 4.95/5 共 112 次評分 |
開發者 | https://brosh.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.brosh.io |
說明頁面URL | https://www.brosh.io/page/about-us |
隱私政策頁面URL | https://www.brosh.io/page/privacy |
支援的語言 | 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 } |