Reply: Email Finder and Outreach
Reply’s Free Email Finder and Outreach searches for emails on professional social media, automates the outreach process.
什么是Reply: Email Finder and Outreach?
Reply: Email Finder and Outreach是由https://reply.io开发的Chrome扩展程序,该扩展的主要功能是“Reply’s Free Email Finder and Outreach searches for emails on professional social media, automates the outreach process.”。
扩展截图
下载Reply: Email Finder and Outreach扩展crx文件
下载Reply: Email Finder and Outreach扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Reply: Email Finder and Outreach Reply’s Free Email Finder and Outreach searches for emails on professional social media, automates the outreach process. Reply: Email Finder and Outreach extension offers the easiest and fastest way to find verified prospect emails on professional social media and automate your sales outreach while keeping it personal. WHAT IS REPLY EMAIL FINDER AND OUTREACH EXTENSION? With the Reply Chrome extension you can search for new leads to later engage with your automated outreach campaigns, boost your productivity with direct access to your tasks, automatic data sync between Reply and your CRM, and direct calls. HOW DOES IT WORK? 1. Install the extension 2. Go to professional social media and find contacts you’d like to engage with. 3. Open the extension - it will automatically find emails for your contacts. 4. Sign up in just 2 clicks via Google account and voila! you’ve got contacts in your Reply trial account. 5. You can save the list to Reply or push to a sequence. 6. Open extension while in Gmail, Salesforce, HubSpot, or Copper CRM on contact profile or page with multiple contacts to automatically sync the data to your Reply account. WHAT REPLY EXTENSION CAN DO? * Lightning-fast manual email lookup * Unlimited bulk email search using professional social media * Built-in email verification * Seamless data sync between your CRM and Reply account * Instant prospect engagement with multichannel outreach * Direct cloud calls * Convenient task management * Complete activity log for each contact at a glance * Native integrations with Gmail, professional social media, Copper CRM, Salesforce and HubSpot WHO IS THIS EXTENSION FOR? This extension will come in handy to any organization, and the following teams specifically: * Sales teams looking to engage both outbound and inbound leads * Recruiters hunting for candidates * Startups founders and executives trying to raise funds, connect with mentors, or grow their personal network * Business development professionals expanding strategic partnerships * Marketing teams doing link building, influencer, or publisher outreach WHAT'S NEW * Tasks revamp - added semi-automated mode in Task flow and implemented new improved layout so any Task can be executed in just two clicks. * Manual task creation in extension (the same rules of one contact per task, text-only descriptions, and symbols limits applied as in main application). * Task page filters available for All professional social mediaЕ tasks or any specific Task type so you can now execute tasks based on their type, e.g. Connect or Message. * Email search in Chrome extension can now be done before the registration. * Google sign up option. Made with love by Reply.io team
扩展基本信息
名称 | Reply: Email Finder and Outreach |
ID | amcdijdgmckgkkahhcobikllddfbfidi |
官方URL | https://chromewebstore.google.com/detail/reply-email-finder-and-ou/amcdijdgmckgkkahhcobikllddfbfidi |
简介 | Reply’s Free Email Finder and Outreach searches for emails on professional social media, automates the outreach process. |
文件大小 | 2.09 MB |
安装次数 | 10,000 |
当前版本 | 3.3.5 |
更新时间 | 2024-03-06 |
上架时间 | 2020-06-20 |
评分 | 4.27/5 共30次评分 |
开发者 | https://reply.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://emails.reply.io/ |
帮助页面URL | https://support.reply.io/en/articles/2881300-chrome-extension-overview |
隐私政策页面URL | https://name2email.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.3.5", "name": "Reply: Email Finder and Outreach", "description": "Reply\u2019s Free Email Finder and Outreach searches for emails on professional social media, automates the outreach process.", "homepage_url": "https:\/\/reply.io", "permissions": [ "storage", "tabs", "contextMenus", "activeTab", "webRequest", "clipboardRead", "clipboardWrite", "scripting", "cookies", "notifications", "alarms", "system.display", "identity" ], "host_permissions": [ "https:\/\/www.linkedin.com\/*\/*", "https:\/\/app.copper.com\/*", "https:\/\/name2email.com\/*", "https:\/\/mail.google.com\/*", "https:\/\/contacts.google.com\/*", "https:\/\/run.replyapp-stage.net\/*", "https:\/\/api.reply.io\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.build.js" }, "content_scripts": [ { "matches": [ "https:\/\/run.replyapp-stage.net\/*", "https:\/\/run.reply.io\/*", "https:\/\/run.dev.reply.io\/*" ], "js": [ "contentSrc\/forReply\/forReply.build.js", "contentSrc\/forReply\/browserZoom.js" ] }, { "matches": [ "https:\/\/*.lightning.force.com\/*" ], "run_at": "document_idle", "js": [ "contentSrc\/forSalesforce\/new\/forSalesforceNew.build.js" ] }, { "matches": [ "https:\/\/*.salesforce.com\/*" ], "run_at": "document_idle", "js": [ "contentSrc\/forSalesforce\/old\/forSalesforceOld.build.js" ] }, { "matches": [ "https:\/\/www.linkedin.com\/*" ], "run_at": "document_idle", "js": [ "contentSrc\/forLinkedin\/forLinkedin.build.js", "contentSrc\/forLinkedin\/forLinkedinLoader.js" ] }, { "matches": [ "https:\/\/app.prosperworks.com\/*", "https:\/\/app.copper.com\/*" ], "run_at": "document_idle", "js": [ "contentSrc\/forCopper\/forCopperLoader.js", "contentSrc\/forCopper\/forCopper.build.js" ] }, { "matches": [ "https:\/\/*.hubspot.com\/*" ], "run_at": "document_idle", "js": [ "contentSrc\/forHubspot\/forHubspot.build.js" ] }, { "matches": [ "https:\/\/*.mail.google.com\/mail\/u\/*\/*" ], "js": [ "contentSrc\/forGmail\/forGmailComposerPreact.build.js", "contentSrc\/forGmail\/forGmailComposerLogic.build.js", "contentSrc\/forGmail\/gmailContactSearch.js" ] }, { "matches": [ "https:\/\/*.mail.google.com\/*" ], "js": [ "contentSrc\/forGmail\/emailSearchInit.js" ], "all_frames": false, "run_at": "document_end" }, { "matches": [ "https:\/\/api.reply.io\/api\/v1\/chrome-extension\/play?*", "https:\/\/api.replyapp-stage.net\/api\/v1\/chrome-extension\/play?*" ], "js": [ "contentSrc\/forReply\/hideUrl.js" ] } ], "web_accessible_resources": [ { "resources": [ "contentSrc\/forLinkedin\/XMLHttpWatcher.js", "contentSrc\/forCopper\/CopperHttpWatcher.js", "pageWorld.js" ], "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/app.copper.com\/*", "https:\/\/mail.google.com\/*" ] }, { "resources": [ "icons\/plugin-icons.png", "contentSrc\/forGmail\/forGmail.css" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "icons": { "16": "icons\/logo.png", "48": "icons\/logo-1.png", "128": "icons\/logo-2.png" }, "action": { "default_icon": "icons\/logo-1.png", "default_title": "Reply" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhUXU00rFaUTFBCSwHJnYB+HGG5XNLHn66ic8igPhWSK97o\/dQlK7kuNPQfuTolk7sDxzHa8MlLUQLL75mCJxmLeE4+9Q3yTxLzieMxxvLu7nPrl0jRLhiJhTun6XnwmVlypid8cKLCe8A1ng\/kuGTnQq87SqVYcGhtFtO9N66t1pH8sYmZDspqs5keN+93vcbFTw5l2axfmB6lrWUGbTE\/SaIoDPwpIx28+aVlL5HLLzDrx8sNLIP+K4KZ443baVxeC1Bzv9EAZ0sVbCDOmL++Xia0IznIGJbaRH36Jy\/1WIMMS2KhK+9\/1wZprG3iseOIhud1Mr+w1ghm96rEDj5QIDAQAB", "oauth2": { "client_id": "783238239360-95a92o3kc3pt2i0pdm2r5i0jml8gue3m.apps.googleusercontent.com", "scopes": [ "profile", "email", "openid" ] } } |