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 هو إضافة Chrome تم تطويرها بواسطة https://reply.io، والميزة الرئيسية لها هي "Reply’s Free Email Finder and Outreach searches for emails on professional social media, automates the outreach process.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Reply: Email Finder and Outreach

قم بتنزيل ملفات الامتداد Reply: Email Finder and Outreach بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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/
عنوان صفحة المساعدة https://support.reply.io/en/articles/2881300-chrome-extension-overview
عنوان صفحة سياسة الخصوصية 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"
        ]
    }
}