Email Scraper for Mail Merge
Extract names and emails from webpages for mass email marketing using Google Spreadsheets with Mail Merge
Wat is Email Scraper for Mail Merge?
Email Scraper for Mail Merge is een Chrome-extensie ontwikkeld door https://emailscraper-mailmerge.herokuapp.com, en de belangrijkste functie is "Extract names and emails from webpages for mass email marketing using Google Spreadsheets with Mail Merge".
Extensie Screenshots
Download het CRX-bestand van de extensie Email Scraper for Mail Merge
Download Email Scraper for Mail Merge-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
**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
Basisinformatie over de Extensie
Naam | Email Scraper for Mail Merge |
ID | hpdkiegodjfpfgbciljalfjgfpcfbfhl |
Officiële URL | https://chromewebstore.google.com/detail/email-scraper-for-mail-me/hpdkiegodjfpfgbciljalfjgfpcfbfhl |
Beschrijving | Extract names and emails from webpages for mass email marketing using Google Spreadsheets with Mail Merge |
Bestandsgrootte | 18.77 KB |
Aantal Installaties | 53 |
Huidige Versie | 1.0.0.1 |
Laatst Bijgewerkt | 2018-10-17 |
Publicatiedatum | 2018-10-17 |
Ontwikkelaar | https://emailscraper-mailmerge.herokuapp.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://emailscraper-mailmerge.herokuapp.com |
Help Pagina-URL | https://emailscraper-mailmerge.herokuapp.com |
Ondersteunde Talen | 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", " |