Email Scraper for Mail Merge

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

什麼是Email Scraper for Mail Merge?

Email Scraper for Mail Merge是由https://emailscraper-mailmerge.herokuapp.com開發的Chrome擴展程式,該擴展的主要功能是“Extract names and emails from webpages for mass email marketing using Google Spreadsheets with Mail Merge”。

擴展截圖

screenshot
screenshot

下載Email Scraper for Mail Merge擴展crx文件

下載Email Scraper for Mail Merge擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Email Scraper for Mail Merge Email Scraper for Mail Merge
ID hpdkiegodjfpfgbciljalfjgfpcfbfhl
官方網址 https://chromewebstore.google.com/detail/email-scraper-for-mail-me/hpdkiegodjfpfgbciljalfjgfpcfbfhl
簡介 Extract names and emails from webpages for mass email marketing using Google Spreadsheets with Mail Merge
檔案大小 18.77 KB
安裝次數 53
目前版本 1.0.0.1
更新時間 2018-10-17
上架時間 2018-10-17
開發者 https://emailscraper-mailmerge.herokuapp.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://emailscraper-mailmerge.herokuapp.com
說明頁面URL https://emailscraper-mailmerge.herokuapp.com
支援的語言 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'"
}