Name2Email: Find email by name for free

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

¿Qué es Name2Email: Find email by name for free?

Name2Email: Find email by name for free es una extensión de Chrome desarrollada por https://reply.io, y su función principal es "Find anyone's email based on their name right from Gmail for free, quickly and easily".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Name2Email: Find email by name for free

Descarga archivos de extensión Name2Email: Find email by name for free en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Name2Email: Find email by name for free Name2Email: Find email by name for free
ID mnbdclgaeiapdnhfpbfalfjfcjddfaii
URL Oficial https://chromewebstore.google.com/detail/name2email-find-email-by/mnbdclgaeiapdnhfpbfalfjfcjddfaii
Descripción Find anyone's email based on their name right from Gmail for free, quickly and easily
Tamaño del Archivo 1.28 MB
Cantidad de Instalaciones 103,533
Versión Actual 3.0.14
Última Actualización 2023-11-24
Fecha de Publicación 2020-04-18
Calificación 3.58/5 Total de 237 Calificaciones
Desarrollador https://reply.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://reply.io
URL de la Página de Política de Privacidad https://name2email.com/privacy-policy
Idiomas Soportados 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
        }
    ]
}