Email Scraper for Mail Merge

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

O que é Email Scraper for Mail Merge?

Email Scraper for Mail Merge é uma extensão do Chrome desenvolvida por https://emailscraper-mailmerge.herokuapp.com, e sua principal característica é "Extract names and emails from webpages for mass email marketing using Google Spreadsheets with Mail Merge".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Email Scraper for Mail Merge

Baixe arquivos de extensão Email Scraper for Mail Merge no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        **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                    

Informações Básicas da Extensão

Nome Email Scraper for Mail Merge Email Scraper for Mail Merge
ID hpdkiegodjfpfgbciljalfjgfpcfbfhl
URL Oficial https://chromewebstore.google.com/detail/email-scraper-for-mail-me/hpdkiegodjfpfgbciljalfjgfpcfbfhl
Descrição Extract names and emails from webpages for mass email marketing using Google Spreadsheets with Mail Merge
Tamanho do Arquivo 18.77 KB
Contagem de Instalações 53
Versão Atual 1.0.0.1
Última Atualização 2018-10-17
Data de Publicação 2018-10-17
Desenvolvedor https://emailscraper-mailmerge.herokuapp.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://emailscraper-mailmerge.herokuapp.com
URL da Página de Ajuda https://emailscraper-mailmerge.herokuapp.com
Idiomas Suportados 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'"
}