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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        **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
공식 URL 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'"
}