Name2Email: Find email by name for free

Find anyone's email based on their name right from Gmail for free, quickly and easily

Name2Email: Find email by name for free란 무엇입니까?

Name2Email: Find email by name for free은(는) https://reply.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find anyone's email based on their name right from Gmail for free, quickly and easily"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Name2Email: Find email by name for free 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        To find anyone's email for free, simply enter person's name, last name and corporate domain name into "To:" field of Gmail Composer tab and Name2Email will automatically suggest correct email address.

Once email address has been found, click on it and it will be inserted into your recipient's "To:" field automatically.

Input format: FirstName LastName @company.com


With Name2Email: Find email by name for free you can find your leads email addresses quickly and then engage with them through an outbound automated campaign.

This is a corporate email address finder that can help you:

- find anyone's email for free in a quick and easy way
- save you more than 7/hours per week on prospecting routing work
- increase your sales, recruiting and marketing productivity by saving manual work hours
- keep your sales pipeline filled up with new leads regularly
- simplify your outreach process on the email finding side

This plugin is a great help in finding emails for free for a wide range of professionals including:

1. Sales people, SDR professionals, sales managers and whole sales teams
2. Recruiting professionals that use recruiting email outreach and search for new leads
3. Fundraising, link building and business development pros that want to save time on manual work
4. Marketing and PR outreach professionals and teams that work with email prospecting

Install our Name2Email plugin for find anyone's email address right now and see your lead pipeline growing every minute!

Please note, Name2Email is designed to find corporate email addresses, not personal ones and can not guaranty 100% correct results. In some cases it will not be able to find email address or it can be incorrect.                    

확장 프로그램 기본 정보

이름 Name2Email: Find email by name for free Name2Email: Find email by name for free
ID mnbdclgaeiapdnhfpbfalfjfcjddfaii
공식 URL https://chromewebstore.google.com/detail/name2email-find-email-by/mnbdclgaeiapdnhfpbfalfjfcjddfaii
설명 Find anyone's email based on their name right from Gmail for free, quickly and easily
파일 크기 1.28 MB
설치 횟수 103,533
현재 버전 3.0.14
최근 업데이트 2023-11-24
출시 날짜 2020-04-18
평점 3.58/5 총 237 개의 평점
개발자 https://reply.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://reply.io
개인정보 보호 정책 페이지 URL https://name2email.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Name2Email: Find email by name for free",
    "author": "Reply",
    "version": "3.0.14",
    "description": "Find anyone's email based on their name right from Gmail for free, quickly and easily",
    "homepage_url": "https:\/\/reply.io",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "options_ui": {
        "page": "src\/layers\/options\/index.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.gmail-inject.tsx-7eb9142c-8776da35.js"
            ],
            "matches": [
                "*:\/\/*.mail.google.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/exports-28d032db.css"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.index.js-0ec45f27-6f4a2f6c.js"
            ],
            "matches": [
                "*:\/\/*.mail.google.com\/*"
            ],
            "css": [
                "assets\/index-e3f881b5.css"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.index.js-cdb83911-21744784.js"
            ],
            "matches": [
                "*:\/\/*.mail.google.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "Name2Email: Find email by name for free",
        "default_icon": "48.png",
        "default_popup": "src\/layers\/popup\/index.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "identity",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/name2email.com\/*",
        "*:\/\/mail.google.com\/*",
        "*:\/\/contacts.google.com\/*",
        "*:\/\/run.replyapp-stage.net\/*",
        "*:\/\/api.reply.io\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlbnt+d7GZEeYYJlUdKaeBrf46DNr1Q0UhqoV+8GVH0JIaLFaDGYN+vdgqIlDqkE1DvyYsolU7Y\/XGraoJrkUWc7WRJR6rStSoChIAs7c6c3ZPdlCcvznwVrTjdQf0SskYMfVS0kB3kFiE+GWfh3Uv90CnGI27oVBtHU4po4RtWmo4ew9E05jZRKzEUsFmcqSGekav6mS2CvFSJDc3IXfdPYCpmUmBRBKTlCB+\/SZcF7ZP1hBaPawe4lb6MEjTZSKGQbAbaOL6E\/jv+1GHU\/YcBlPw8Dci5MBrXDceqtvIq2gd6zRQFqeTakarNaElLWl6UfMutdcWO6NPxKZ4GQEdQIDAQAB",
    "oauth2": {
        "client_id": "149051382709-nbe445um77l035ismsnl4mnc9pqtsjmt.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "openid"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.mail.google.com\/*"
            ],
            "resources": [
                "assets\/overview-bf5ab107.gif",
                "assets\/data-banner-preview-80dc933e.jpg",
                "assets\/exports-9bea47e2.js",
                "assets\/en-e37ceb6f.js",
                "assets\/popup-811eddc1.js",
                "assets\/messages-e9995044.js",
                "assets\/email-cc149ed8.js",
                "assets\/gmail-inject.tsx-7eb9142c.js",
                "assets\/index.js-0ec45f27.js",
                "assets\/index.js-cdb83911.js"
            ],
            "use_dynamic_url": true
        }
    ]
}