Email Scraper for Mail Merge

Extract names and emails from webpages for mass email marketing using Google Spreadsheets with Mail Merge

What is Email Scraper for Mail Merge?

Email Scraper for Mail Merge is a Chrome extension developed by https://emailscraper-mailmerge.herokuapp.com, and its main feature is "Extract names and emails from webpages for mass email marketing using Google Spreadsheets with Mail Merge".

Extension Screenshots

screenshot
screenshot

Download Email Scraper for Mail Merge Extension CRX File

Download Email Scraper for Mail Merge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        **This is a promotional item for our Chrome Extension with the same name.**

The link to the Chrome Web Store is provided below.

The reason why we are doing this is because we want to make this application accessible to as many people as possible who are using Mail Merge with Google Sheets. This is a add-on specifically for Sheet users who want to extract emails from web page directories in order to send promotional emails with Mail Merge.

Further instructions can be found at the Chrome Extension Web Store.

Follow the link below to download the extension to your Chrome browser:
https://chrome.google.com/webstore/detail/email-scraper-for-mail-me/eboiamfelgfbnhckknboemljjccmnhhd                    

Extension Basic Information

Name Email Scraper for Mail Merge Email Scraper for Mail Merge
ID hpdkiegodjfpfgbciljalfjgfpcfbfhl
Official URL https://chromewebstore.google.com/detail/email-scraper-for-mail-me/hpdkiegodjfpfgbciljalfjgfpcfbfhl
Description Extract names and emails from webpages for mass email marketing using Google Spreadsheets with Mail Merge
File Size 18.77 KB
Installation Count 53
Current Version 1.0.0.1
Last Updated 2018-10-17
Publish Date 2018-10-17
Developer https://emailscraper-mailmerge.herokuapp.com
Email [email protected]
Payment Type free
Extension Website https://emailscraper-mailmerge.herokuapp.com
Help Page URL https://emailscraper-mailmerge.herokuapp.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Scraper for Mail Merge",
    "short_name": "Email Scraper",
    "description": "Extract names and emails from webpages for mass email marketing using Google Spreadsheets with Mail Merge",
    "version": "1.0.0.1",
    "author": "Andy Li",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Email Scraper Extension",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "",
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "content.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/script.google.com\/*; https:\/\/ssl.google-analytics.com; object-src 'self'"
}